home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / blackknight.swf / scripts / DefineSprite_1024 / frame_1 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  358 b   |  12 lines

  1. yesbutton.onRelease = function()
  2. {
  3.    var _loc2_ = name_txt.text + "|" + _root.money * 10;
  4.    var _loc3_ = _root.EncrpytString(_loc2_);
  5.    getURL(_root.HiScoreSaveURL + "?" + _loc3_,"_blank");
  6.    _root.circlewipe(_root.goalscreen,_root.titlescreen);
  7. };
  8. nobutton.onRelease = function()
  9. {
  10.    _root.circlewipe(_root.goalscreen,_root.titlescreen);
  11. };
  12.