home *** CD-ROM | disk | FTP | other *** search
/ Champak 112 / jogo-disk-112.iso / Games / mon_the_monkey.swf / scripts / frame_6 / DoAction.as
Text File  |  2010-07-14  |  256b  |  17 lines

  1. stop();
  2. cherr();
  3. backSound();
  4. sudahMenang = true;
  5. nama = "";
  6. Selection.setFocus("nama_mc");
  7. submit_btn.onRollOver = function()
  8. {
  9.    over();
  10. };
  11. submit_btn.onRelease = function()
  12. {
  13.    klik();
  14.    tandaBalik = "menu";
  15.    gotoAndStop("top");
  16. };
  17.