home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / tangerine-panic.swf / scripts / DefineSprite_9 / frame_3 / DoAction.as
Encoding:
Text File  |  2008-09-04  |  101 b   |  9 lines

  1. if(percent >= 100)
  2. {
  3.    _root.gotoAndPlay(10);
  4. }
  5. else
  6. {
  7.    gotoAndPlay(_currentframe - 1);
  8. }
  9.