home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Diversos
/
mid_flight.swf
/
scripts
/
DefineSprite_13
/
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-08-07
|
166 b
|
11 lines
r = 5 + random(5);
if(random(100) > 50)
{
r = - r;
}
onenterframe = function()
{
_rotation = _rotation + r;
};
gotoAndStop(1 + random(_totalframes));