home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Acao
/
OvCata.swf
/
scripts
/
DefineSprite_155
/
frame_3
/
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
|
218 b
|
24 lines
x = random(3);
if(x < 1)
{
this._x = 200;
}
if(x > 0)
{
if(x < 2)
{
this._x = 300;
}
}
if(x > 1)
{
if(x < 3)
{
this._x = 100;
}
}
if(x > 2)
{
this._x = 400;
}