home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Acao
/
kingofthehill.swf
/
scripts
/
DefineSprite_335_mcSmoke
/
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-07-25
|
252 b
|
16 lines
pScale = random(20) + 50;
this._xscale = pScale;
this._yscale = pScale;
inSmoke._rotation = random(360);
pScaleUp = random(4) + 2;
if(random(2) == 0)
{
gotoAndStop("smoke2");
play();
}
else
{
gotoAndStop("smoke2");
play();
}