home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / crazycube.swf / scripts / frame_1 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  614 b   |  16 lines

  1. _quality = "HIGH";
  2. Stage.scaleMode = "noScale";
  3. fscommand("trapallkeys",true);
  4. fscommand("showmenu","false");
  5. Button.prototype.onRollOver = function()
  6. {
  7.    btn_sfx = new Sound();
  8.    btn_sfx.attachSound("click");
  9.    btn_sfx.start(0,1);
  10. };
  11. _root.main_link = "http://www.2DPlay.com/index.php?gameid=1367";
  12. _root.download_link = "http://www.2DPlay.com/downloadgame.php?gameid=1367";
  13. _root.get_game_link = "http://www.2DPlay.com/freecontent.htm";
  14. _root.scores_link = "http://www.2Dplay.com/highscores.php?gameid=1367&hiscore=";
  15. _root.viewscores_link = "http://www.2Dplay.com/showscores.php?gameid=1367";
  16.