home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / snowball.swf / scripts / frame_8 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  193 b   |  8 lines

  1. yourmanager = "Johnson";
  2. _root.savefile = SharedObject.getLocal("ags");
  3. if(_root.savefile.data.playername != undefined)
  4. {
  5.    _root.playername = _root.savefile.data.playername;
  6. }
  7. stop();
  8.