home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / arcanecastle.swf / scripts / frame_12 / DoAction.as
Encoding:
Text File  |  2007-03-12  |  134 b   |  11 lines

  1. spellS = true;
  2. spellD = false;
  3. spellF = false;
  4. onEnterFrame = function()
  5. {
  6.    if(Key.isDown(32))
  7.    {
  8.       play();
  9.    }
  10. };
  11.