View Full Version : loadMovie and gotoAndStop help
LoadMovieNum("mc.swf", 20).gotoAndPlay(10)
or
on (release) {
loadMovie("mc.swf", "_root.EmptyMc");
_root.EmptyMC.gotoAndPlay(26);
}
is this possible?
LoadMovieNum("mc.swf", 20).gotoAndPlay(10)
or
on (release) {
loadMovie("mc.swf", "_root.EmptyMc");
_root.EmptyMC.gotoAndPlay(26);
}
is this possible?
Hi all.
1st. Sry my english
I have a problem :
If Button pressed loadmovie aboutus.swf in empty movie clip and aboutus.swf gotoandstop on 3th frame?
It's codes not working.
on (release) {
_root.empty.loadMovie("aboutus.swf", 18);
_root.empty.gotoAndStop(3);
}
and
on (release)
{
_root.empty.loadMovie("aboutus.swf", 0);
_root.empty.onEnterFrame = function(){
if(_root.empty._framesloaded>=_root.empty._totalframes){
_root.empty.gotoAndStop(3)
}
}
}
Plz help me.
Tnx
|
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.