Quick Flash help
Quick Flash help
Out of context: Reply #2
- Started
- Last post
- 5 Responses
- sajets_v20
Problem surfaced again.
What i want to do is to have bunch of buttons in one frame with movie clip above them. In that movieclip i have animation that starts invisible craphic tweened to solid and then again to transparent. Sort of flash like anim. I want to add action to the frame where my moviclip turns all solid to tell to which frame to go.
I thought i use variable on buttons. Lets call it "destination".
So when i press button that should take me to frame 10 it first changes to destination variable to certain number. Lets say 10.
No how can use that variable to make accepteable to gotoAndStop(); action? Can i at all?