home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Puzzle
/
railway-line.swf
/
scripts
/
DefineSprite_246
/
frame_1
/
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-09-29
|
256 b
|
9 lines
_visible = false;
if(my_type == "use_random")
{
my_limit = _root.segment_names_array.length;
access_ID = Math.floor(Math.random() * my_limit);
my_type = _root.segment_names_array[access_ID];
}
_root.do_attach_track_segment(my_type,_X,_Y);