home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / zap-to-it.swf / scripts / frame_3 / DoAction.as
Encoding:
Text File  |  2005-09-29  |  279 b   |  14 lines

  1. if(myGameObject.MainMovieIsLoaded())
  2. {
  3.    myGameObject.GetExternalParameters();
  4.    myGameObject.PreloadExternalGraphics();
  5.    play();
  6. }
  7. else
  8. {
  9.    here = Math.ceil(_root.getBytesLoaded() / 315000 * 100);
  10.    trace(here);
  11.    loader.gotoAndStop(here);
  12.    prevFrame();
  13. }
  14.