home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Nave
/
roam-and-protect.swf
/
scripts
/
DefineSprite_299
/
frame_12
/
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
|
198 b
|
9 lines
randomRange = random(50);
if(randomRange > 35)
{
_root.powerup.gotoAndStop(random(3) + 1);
_root.powerup.active = true;
_root.powerup._x = this._x;
_root.powerup._y = this._y;
}