|
-
[RESOLVED] Tell Target help...
My movie has a total of 10 scenes. The "intro" scene is the main timeline. I'm trying to target a button from within a movie clip onto diffrent scene. How can I do this?
This is the code I have applyed to my button inside the movie clip:
on (release) {
tellTarget ("_level0/") {
gotoAndPlay ("implementation guides", 1);
}
}
Implementation Guides is the name of one of my 10 scenes. and it doesn't work.
Any suggestions?
Damaris
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
|