home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Nave
/
Santos.swf
/
scripts
/
DefineSprite_568
/
frame_3
/
DoAction.as
< prev
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
|
267 b
|
8 lines
if(_Y - "40" < getProperty("../Schiff1", _Y) and getProperty("../Schiff1", _Y) < _Y + "40")
{
if(_X + "400" >= getProperty("../Schiff1", _X) and getProperty("../Schiff1", _X) >= _X - "400")
{
set("../:Energie",eval("../:Energie") - "1000");
}
}