home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Acao
/
OvCata.swf
/
scripts
/
DefineSprite_80
/
frame_7
/
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-04
|
140 b
|
14 lines
x = random(3);
if(x == 0)
{
_root.m1speed = 7;
}
if(x == 1)
{
_root.m1speed = 2;
}
if(x == 2)
{
_root.m1speed = 10;
}