PDA

View Full Version : Beginner Queston


Mace2442
9th April 2004, 17:51
Is there a320x200 limit on where you can place buttons in a skin ?

I'm just started to play around with skins and i cant get it to place the buttons where i want them.

<button
id="Previous"
action="PREV"
x="56" y="110"
image="blue-player.button.previous"
tooltip="Previous"
/>
<button
id="Play"
action="PLAY"
x="100" y="210"
image="blue-player.button.play"
tooltip="Play"
/>
<button

First button will show but not the second one

dlinkwit27
9th April 2004, 19:56
no idea abot code, but use the (code) (/code) ( [ and ] instead of ( and ) )tags to make it more readable

Icegod
10th April 2004, 09:18
You can't place buttons outside the background. so make sure you're background is big enough.

Mace2442
10th April 2004, 10:05
The background is 320x450 so that shouldn't be the problem

Mace2442
10th April 2004, 10:20
Attached the skin source

Icegod
10th April 2004, 13:03
they're all showing up here.
What you could do is open the file studio.xnf and find the entry for your skin. then delete that entry. or you could delete the file all together. But then you'll lose most of your settings.

Mace2442
10th April 2004, 18:19
I found it.

If i splitt the buttons into more groups and send the position of the group as argument i can place the buttons anywhere i want