home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Aventura
/
pendekar.swf
/
scripts
/
DefineSprite_330
/
frame_3
/
DoAction.as
Wrap
Text File
|
2006-05-08
|
286b
|
14 lines
if(_parent._parent.isObjectConnect(hit,_parent))
{
if(_root.sfx)
{
_parent._parent.playSFX("light_punch.wav");
}
_parent._parent.hitObject(hit,_parent.power,_parent);
if(_parent.attack)
{
attack = true;
gotoAndPlay(_totalframes);
}
}