home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / VenusMission.swf / scripts / DefineSprite_195 / frame_48 / DoAction.as
Encoding:
Text File  |  2008-09-23  |  119 b   |  7 lines

  1. if(nextframe != 0)
  2. {
  3.    pages.gotoAndStop(pages._currentframe + nextframe);
  4.    gotoAndStop("show");
  5.    play();
  6. }
  7.