![]() |
#1 |
Skin Wizard
(Forum King) |
![]()
is this possible
don't be a thief of your own life.... : DEXYD - Digitally EXpressing Your Dreams Join the Winamp Enthusiasts Forum - Join the Winamp Skin Love facebook group: |
![]() |
![]() |
![]() |
#2 |
Major Dude
Join Date: Feb 2001
Location: Boston, MA Skins: 9
Posts: 897
|
RhinoTrip Working for the man. |
![]() |
![]() |
![]() |
#3 |
Skin Wizard
(Forum King) |
thanx Rhino, but I don't really understand all of it.
can is be so that if I press the button that all 4 drawers will open? and is it posible if I use Luc Lamothe's demoskin drawer? don't be a thief of your own life.... : DEXYD - Digitally EXpressing Your Dreams Join the Winamp Enthusiasts Forum - Join the Winamp Skin Love facebook group: |
![]() |
![]() |
![]() |
#4 |
You can start all four drawers. Just set the targetX, targetY, and targetSpeed for each and then gotoTarget on each on.
Simple Example: ------ -------- drawer1 = mainNormal.getObject("drawer1"); drawer2 = mainNormal.getObject("drawer2"); drawer3 = mainNormal.getObject("drawer3"); drawer4 = mainNormal.getObject("drawer4"); drawer1.setTargetX(3); drawer1.setTargetY(5); drawer1.setTargetSpeed(1); drawer2.setTargetX(3); drawer2.setTargetY(5); drawer2.setTargetSpeed(1); drawer3.setTargetX(3); drawer3.setTargetY(5); drawer3.setTargetSpeed(1); drawer4.setTargetX(3); drawer4.setTargetY(5); drawer4.setTargetSpeed(1); drawer1.gotoTarget(); drawer2.gotoTarget(); drawer3.gotoTarget(); drawer4.gotoTarget(); -=Gonzotek=- But I'm feeling much better now. |
|
![]() |
![]() |
![]() |
#5 |
Skin Wizard
(Forum King) |
ok it's working, a bit diffrent if I compare it with the code above, but it works. The problem now is that I can't figure how to greate a working toggle button.
don't be a thief of your own life.... : DEXYD - Digitally EXpressing Your Dreams Join the Winamp Enthusiasts Forum - Join the Winamp Skin Love facebook group: |
![]() |
![]() |
![]() |
#6 |
Forum King
Join Date: Mar 2001
Location: irc.tehflap.org/*******
Posts: 3,085
|
load your togglebutton
then assign the correct id to it and do something like Tbutton.OnLeftClick() { Drawergroup1.settargetX blahblahblah } |
![]() |
![]() |
![]() |
#7 |
Skin Wizard
(Forum King) |
I ditched it, sorry, maybe next project?
but thanx for your help don't be a thief of your own life.... : DEXYD - Digitally EXpressing Your Dreams Join the Winamp Enthusiasts Forum - Join the Winamp Skin Love facebook group: |
![]() |
![]() |
![]() |
|
Thread Tools | Search this Thread |
Display Modes | |
|
|