home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Acao
/
crazykoala.swf
/
scripts
/
DefineSprite_81
/
frame_8
/
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
|
2006-06-13
|
247 b
|
14 lines
obj = undefined;
obj = new Array();
obj[0] = this.exit;
obj[1] = this.pickup;
obj[2] = this.fuel2;
obj[3] = this.switcher;
typ = new Array();
typ[0] = "exit";
typ[1] = "pickup";
typ[2] = "fuel";
typ[3] = "switch";
numobj = 2;
stop();