Hello all, I’m trying to create a site that makes use of dynamically loaded movie clips. Loading and unloading the clips isnt a problem, however, I don’t want them to just pop up and dissapear. Rather, I’m trying to get transitions like the ones seen at http://www.moe.org/index2.htm
So the clip thats currently there would slide out, be unloaded, the next clip would load, and slide in. Sliding in isn’t a problem, but the clip will unload before the transition starts, I’ve even tried boolean variables within the clips, but to no avail.
You don’t have to unload, if you load another the previous one will unload automatically. Although, for it to outro and then load another movieclip, have a look at this thread
Thats exactly my problem, I need the transition to complete, then unload it. However, nothing I’ve been able to do with variables has been able to properly tell when the move is finished with the transition.
You could build an outwards transition onto the start of your loaded movie, that way it ‘looks’ like the previous movie was transitioned out…
shrug
Just an idea…
Usually when i movie is unloaded it’s gone in replacement of whatever is loading in it’s place. I’m sure one of the actionscript junkies here will probably know of a good trick though.
Unfortunately, I tried to do exactly what you said in that tutorial, and I even downloaded the source files; however, I still can’t get it to work. Here are the files I’m using: http://web.ics.purdue.edu/~rstremke//transition_problem.zip
“Home” should trigger test.swf and “About” should trigger test2.swf.
I had a look at your FLA’s, and noticed you did some things wrong. The errors were in the external SWF’s. Compare the fixed version and yours and you’ll see what the errors were Download the fixed version here