home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Diversos
/
dragon.swf
/
scripts
/
DefineSprite_181_explosion_pow_ice
/
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
|
2008-09-12
|
284 b
|
17 lines
function step()
{
frameCount += frameRate;
if(frameCount >= maxFrame)
{
this.unloadMovie();
}
else
{
anim.gotoAndStop(Math.floor(frameCount));
}
}
var frameCount = 1;
var frameRate = 1;
var maxFrame = 20;
anim._rotation = random(360);