home *** CD-ROM | disk | FTP | other *** search
/ Champak 54 / Vol 54.iso / games / thelosti.swf / scripts / DefineSprite_299_msgBox_mc / frame_2 / DoAction.as
Encoding:
Text File  |  2007-10-01  |  178 b   |  12 lines

  1. stop();
  2. nama = "";
  3. Selection.setFocus("nama");
  4. this.onEnterFrame = function()
  5. {
  6.    if(Key.isDown(13))
  7.    {
  8.       _root.namaOrang = nama;
  9.       _root.topTen();
  10.    }
  11. };
  12.