desperate hlp.....
desperate hlp.....
Out of context: Reply #5
- Started
- Last post
- 25 Responses
- unfittoprint0
err, this?
myButton.onPress = function(){
holderMC.unLoadMovie();
holderMC.loadMovie("movie.swf");
}if you want eye candy movie between each action you'll have to wati for the transition movie to end...
myButton.onPress = function(){
loadTransition.play():
wait = setInterVal( function(){
if(loadTransition._currentframe == loadTransition.totalframes){
loadTransition.stop();
mainMovie.loadMovie("movie1.swf...
clearInterval(wait);
}
}, 30)
}oh, I don't think anyone it's going to give you an FLA of such a thing.... c'mon!