home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Aventura
/
rooftopmadness.swf
/
scripts
/
DefineSprite_150
/
frame_3
/
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
|
2006-05-23
|
315 b
|
20 lines
setProperty(this, _X, this._x + 8);
setProperty(this, _Y, this._y + yMove);
if(this._y < mLevel - 60)
{
yMove = 2;
}
else if(mLevel < this._y)
{
yMove = -2;
}
if(820 < this._x)
{
setProperty(this, _X, -100);
gotoAndStop(1);
with(_level0.rndRobin)
{
gotoAndPlay(1);
}
}