home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Diversos
/
rocketcar2.swf
/
scripts
/
DefineSprite_1012
/
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-24
|
228 b
|
12 lines
this.onEnterFrame = function()
{
if(_root.boss.dir == "right")
{
_rotation = _rotation + _root.boss.speed;
}
if(_root.boss.dir == "left")
{
_rotation = _rotation - _root.boss.speed;
}
};