[thelist] Controlling one Flash movie from another

Geoff Sheridan evolt at premonition.co.uk
Wed Jun 2 11:50:49 CDT 2004


Of course none of the solutions posted will work if frame 150 of the 
child movie is not already loaded.
So you'll have to check the frame is loaded before trying the goto statement.
perhaps something like
if (childmovie._framesloaded>150){
childmovie.gotoAndPlay(150);}
then loop back to this statement every frame.
-- 
-------------------------------------------------------
Premonition Design Ltd
http://www.premonition.co.uk/
East London, UK



More information about the thelist mailing list