home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / hoverbot_2.swf / scripts / DefineSprite_104 / frame_1 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  156 b   |  12 lines

  1. onEnterFrame = function()
  2. {
  3.    if(_parent._currentframe == 58 && _currentframe != 40)
  4.    {
  5.       play();
  6.    }
  7.    else
  8.    {
  9.       stop();
  10.    }
  11. };
  12.