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

  1. if(eval("_root.Screen:Item") == 4)
  2. {
  3.    gotoAndStop(3);
  4. }
  5. else
  6. {
  7.    gotoAndStop(2);
  8. }
  9.