home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / RestZone.swf / scripts / frame_2 / DoAction.as
Encoding:
Text File  |  2004-07-20  |  74 b   |  9 lines

  1. if(player = 5)
  2. {
  3.    gotoAndPlay(3);
  4. }
  5. else
  6. {
  7.    gotoAndStop(4);
  8. }
  9.