home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / blob_lander.swf / scripts / DefineSprite_292 / frame_6 / DoAction.as
Encoding:
Text File  |  2006-07-26  |  233 b   |  14 lines

  1. if(_root.crashcount > 0)
  2. {
  3.    _root.crashcount -= 1;
  4.    if(_root.crashcount == 0)
  5.    {
  6.       _root.crashone._visible = 100;
  7.    }
  8.    else if(_root.crashcount == 1)
  9.    {
  10.       _root.crashtwo._visible = 100;
  11.    }
  12. }
  13. stop();
  14.