home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Diversos
/
PrettyBang.swf
/
scripts
/
DefineSprite_93
/
frame_17
/
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
|
2007-09-27
|
241 b
|
13 lines
this._x += dx * _parent.max_speed / 2;
this._y += dy * _parent.max_speed / 2;
this._rotation += 10;
if(Math.abs(this._x) > _parent.frame._width / 2 - 64)
{
this.dx = - this.dx;
}
if(this._y < 0)
{
prevFrame();
play();
}