home *** CD-ROM | disk | FTP | other *** search
/ Champak 48 / cdrom_image.iso / Games / miffysamegame.swf / scripts / DefineSprite_134 / frame_500 / DoAction.as
Encoding:
Text File  |  2007-09-27  |  158 b   |  10 lines

  1. if(_root.getBytesLoaded() >= _root.getBytesTotal())
  2. {
  3.    _parent.eventNotify(_root.OnStop);
  4.    stop();
  5. }
  6. else
  7. {
  8.    gotoAndPlay(_currentframe - 1);
  9. }
  10.