home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / Tamus_on_Moonyland.swf / scripts / frame_2 / DoAction.as
Encoding:
Text File  |  2008-09-09  |  621 b   |  23 lines

  1. function doSomething()
  2. {
  3.    getURL("http://www.minijuegos.com",_blank);
  4. }
  5. function doSomething2()
  6. {
  7.    getURL("http://www.lartargames.com",_blank);
  8. }
  9. lives = 5;
  10. var diamante = 0;
  11. var lvl = 1;
  12. var totaldiamante = 0;
  13. MENU.customItems.push(Functioned2);
  14. MENU = new ContextMenu();
  15. MENU.hideBuiltInItems();
  16. Functioned = new ContextMenuItem("Visit Minijuegos.com!",doSomething);
  17. Functioned2 = new ContextMenuItem("Made By Lartar",doSomething2);
  18. MENU.customItems.push(Functioned);
  19. MENU.customItems.push(Functioned2);
  20. _root.menu = MENU;
  21. MochiAd.showPreGameAd({id:"4de04f655e91a5a5",res:"550x300"});
  22. stop();
  23.