flash gotoAndPlay(variable);
flash gotoAndPlay(variable);
Out of context: Reply #6
- Started
- Last post
- 10 Responses
- versa0
no sorry
gotoAndPlay does not pass vars...its argument is reserved for where you want the playhead to go
just put the goto command and a var assignment inside of a function, and declare your var with just the name, ie, foo = fooValue; so that the var is good for the life of the timeline and not just good for that function