|
-
how to change scenes from inside a movie clip
i have a safe, and i drag and drop a key into it. when i put the key in, it deletes itself and makes the lock change the second frame of itself to have a key in it. anyways i was wondering if anyone knew how to make an internal button inside a movie clip change the scene outside of it?
-
the whole point is to have a button inside a movieclip, and have that control the main timeline rather than being in the timeline to change it.
-
FK'n_dog
use frame labels on your target frames
button code -
on(release){
_root.gotoAndStop("some_label");
}
-
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
|