home *** CD-ROM | disk | FTP | other *** search
/ Champak 48 / cdrom_image.iso / Games / miffyrecipe.swf / scripts / DefineSprite_88 / frame_501 / DoAction.as
Encoding:
Text File  |  2007-09-27  |  139 b   |  10 lines

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