home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / batinnightmare.swf / scripts / frame_2 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  93 b   |  9 lines

  1. if(_framesloaded >= _totalframes)
  2. {
  3.    gotoAndPlay(3);
  4. }
  5. else
  6. {
  7.    gotoAndPlay(1);
  8. }
  9.