home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Acao
/
eolica.swf
/
scripts
/
DefineSprite_352
/
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-26
|
286 b
|
19 lines
function showPer(per, now)
{
destPer = per;
if(now)
{
curPer = destPer;
draw();
}
}
function draw()
{
square._rotation = curPer * 360;
var _loc1_ = "f_" + Math.floor(curPer * 4);
gotoAndStop(_loc1_);
}
curPer = 0;
destPer = 0;
stop();