|
-
Hi there.
I'm really stuck. Please help me out.
I have three instances on stage ("options" "intro" "welcome").
Each mc has a button in the first frame, and is passive in the second frame.
On release on each button I set a variable "active" in _level0 to "options" "intro" or "welcome" respectively. And goes to 2 and stops
I also want to tell the target in "active" to go to 1 and stop - this part doesn't work!!!
on (release) {
tellTarget (eval ("_level0" add _level0:active)) {
gotoAndStop (1);
}
gotoAndStop (2);
_level0/:active = "design";
}
Please help out
/kristian
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|