home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Nave
/
Santos.swf
/
scripts
/
DefineSprite_175
/
frame_8
/
DoAction_3.as
< prev
next >
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-06-13
|
287 b
|
9 lines
if(_Y - "30" < getProperty("../Schiff1", _Y) and getProperty("../Schiff1", _Y) < _Y + "30")
{
if(_X + "30" >= getProperty("../Schiff1", _X) and getProperty("../Schiff1", _X) >= _X - "30")
{
set("../:Energie",eval("../:Energie") - "30");
gotoAndPlay(12);
}
}