home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / hoverbot_2.swf / scripts / DefineSprite_212 / frame_171 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  93 b   |  9 lines

  1. stop();
  2. onEnterFrame = function()
  3. {
  4.    if(_root.htp == 0)
  5.    {
  6.       play();
  7.    }
  8. };
  9.