home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Corrida
/
drifting.swf
/
scripts
/
DefineSprite_435
/
frame_2
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-08-23
|
215 b
|
9 lines
_root.addNewPlayer_lv = new LoadVars();
_root.addNewPlayer_lv.LID = _root.id;
trace("LID is " + _root.id);
_root.addNewPlayer_lv.onLoad = function(success)
{
trace("received server response");
};
stop();