Flash buttons
- Started
- Last post
- 8 Responses
- jevad
Oh its been a while since I asked a flash question!
I have maybe...6 movie buttons on my main stage. All are activated by invisible buttons ontop of them, and call an 'in' state on rollover, and an 'out' state on rollout.
I need the AS to figure out that if any of the buttons are already active, to go the the 'out' state of the active button, and the 'in' state of the new button.
Does that make sense?
I'd post teh file but I can't because of NDA's...
- jevad0
fuckign champion!
: )
thankyou
- jevad0
he sorry to bug mate but I'm using Flash MX and getting these errors:
Scene=Scene 1, Layer=Actions, Frame=54: Line 8: '{' expected
function activate(status:Boolean):Void {Scene=Scene 1, Layer=Actions, Frame=54: Line 19: Unexpected '}' encountered
}
- gabe0
whipped this up for you real quick, should help you out mucho:
- jevad0
oohh sorry gabe - it's not opening for me...I think because I'm still on crappy MX
: (
- dijitaq0
jevad, the errors you get is because the as unfittoprint made is for as2
just delete the :Void, :Boolen, :MovieClip
- jevad0
Thank you all, very much for your help