Hi all,
Can I do this:
on (press, release) {
loadMovieNum ("products.swf", 2);
gotoAndPlay ("_level2.test", 1);
}
If not how can I accomplish to press a button, load a movie and jump to a sepcific scene within that movie?
TIA.
Sincerely,
Nitai
solved
Figured it out.
Need to set a variable to the button and then evaluate in the targeted movie with a if statement the variable and play the scene I want.
Sincerely,
Nitai
show me
HI
Can you show me i think it may be just what i need ? Look at my post above
do you know how to preload a movie so that you dont get a pause when you call it??
i need help
Well I am also new so I can just write what I figured out.
The button script is:
on release
jumpto = test
loadmovie testing.swf, 2, Post
In the testing.swf I got this:
if jumpto = test
gotoandplay ......
This should work.
Let me know if it works for you.
Sincerely,
Nitai
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