home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / drifting.swf / scripts / DefineSprite_435 / frame_2 / DoAction.as
Encoding:
Text File  |  2005-08-23  |  215 b   |  9 lines

  1. _root.addNewPlayer_lv = new LoadVars();
  2. _root.addNewPlayer_lv.LID = _root.id;
  3. trace("LID is " + _root.id);
  4. _root.addNewPlayer_lv.onLoad = function(success)
  5. {
  6.    trace("received server response");
  7. };
  8. stop();
  9.