home *** CD-ROM | disk | FTP | other *** search
/ Champak 48 / cdrom_image.iso / Games / atomic_babe.swf / scripts / frame_3 / DoAction.as
Encoding:
Text File  |  2007-09-27  |  93 b   |  9 lines

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