home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 35
/
jogo-disk-35.iso
/
Games
/
red_beard.swf
/
scripts
/
DefineSprite_172
/
frame_1
/
DoAction.as
Wrap
Text File
|
2007-02-27
|
375b
|
11 lines
if(getProperty("_root.BackgroundMC", _X) + _X > 0 and getProperty("_root.BackgroundMC", _X) + _X < 450 and getProperty("_root.BackgroundMC", _Y) + _Y > 0 and getProperty("_root.BackgroundMC", _Y) + _Y < 300)
{
if(eval("_root.codeMC:state") != "dead")
{
if(this.hittest(_root.playerMC))
{
set("_root.codeMC:enemyCol","on");
}
}
}