Whats up guys i cant figure this one out.
Is there a way i can tell if cerain amount of frames have been loaded?
what i have is actionscripted movement.
i have these 2 blocks that cover the area where th emovie should be loaded.
i tried
_root.container.loadMovie(section + “.swf”);
_root.container.ifFrameLoaded (22)<<<<<<<[COLOR=DarkRed]i think this may be wrong[/COLOR]
_root.b1.easeY(560,4,false);
_root.b2.easeY(560,4,false);
cuz i wanna knwo once certian frames on the external movie are loaded, to move the blocks back to a spot you cant seem them