home *** CD-ROM | disk | FTP | other *** search
/ 200 Game / 200GAME1.iso / FLASHGAME / FORTTESS.EXE / scripts / DefineSprite_200 / frame_24 / DoAction.as
Encoding:
Text File  |  2000-08-17  |  103 b   |  9 lines

  1. if(Item == 1)
  2. {
  3.    if(ItemStatus == 0)
  4.    {
  5.       ItemStatus = 1;
  6.       gotoAndPlay(5);
  7.    }
  8. }
  9.