home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / Kamikaze.swf / scripts / DefineSprite_406 / frame_2 / DoAction.as
Encoding:
Text File  |  2007-03-20  |  129 b   |  9 lines

  1. if(500 < getProperty(_root.bigsky, _Y))
  2. {
  3.    tellTarget("_root.bosslalarm")
  4.    {
  5.       gotoAndPlay(2);
  6.    }
  7.    stop();
  8. }
  9.