home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / eroticos / feeltheflash.swf / scripts / DefineSprite_11 / frame_3 / DoAction.as
Text File  |  2005-08-12  |  108b  |  9 lines

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