|
-
Senior Member
Transition woes
Ok, I posted this in the Kirupa forum, seeing as the turtorial was from there:
http://www.kirupa.com/developer/mx2004/transitions2.htm
but, no one has responded, and it's holding up my project. If anyone here can help, I would be very appreciative. basically, I am loading swfs into a level via loadMovieNum instead of into a container like in the tutorial. But I am having issues, here is the code I am at presently-been many variations of it today:
code:
on (release) {
if (_global.currMovie == undefined) {
_global.currMovie = "Discography2";
loadMovieNum("Discography2.swf", 3);
} else if (_global.currMovie != "Discography2") {
if (_level3._currentframe>=_global.midframe) {
_global.currMovie = "Discography2";
_level3.play();
}
}
}
I can get the first movie to do its intro, and then on another button click, movie 1 does its outro, and movie 2 does its intro, but then it just stays there...any other clicks don't make movie 2 do anything...any ideas?
Adam
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
|