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

  1. stop();
  2. passwor = "Insert Password Here";
  3. onEnterFrame = function()
  4. {
  5.    if(_root.pass == 0)
  6.    {
  7.       play();
  8.    }
  9. };
  10.