home *** CD-ROM | disk | FTP | other *** search
- if(_parent.tabPot.length > 0)
- {
- if(perso.persoBody.hitTest(this) and !_parent.isAttacking)
- {
- _parent.isAttacking = true;
- _parent.gotoAndStop("fire");
- }
- else if(_parent.isAttacking and !perso.persoBody.hitTest(this))
- {
- _parent.isAttacking = false;
- _parent.gotoAndStop("idle");
- }
- }
-