home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Nave
/
roam-and-protect.swf
/
scripts
/
DefineSprite_340
/
frame_5
/
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-09-29
|
294 b
|
18 lines
_X = _X - xmove;
_Y = _Y - ymove;
if(_X < 0 or _Y < 0 or _X > _root.stagew)
{
gotoAndStop("stop");
play();
}
else if(_Y > _root.stageh - 25)
{
gotoAndStop("explode");
play();
}
else if(exp != "true")
{
_root.checkhit(_name);
gotoAndPlay(_currentframe - 1);
}