home *** CD-ROM | disk | FTP | other *** search
- if(_parent._x < -200)
- {
- _parent.gotoAndStop(_parent._currentFrame + 7);
- }
- if(_root.synj._y - 100 < _parent._y && _parent._y < _root.synj._y + 150 && (_root.synj._x < _parent._x && _parent._x < _root.synj._x + 350 && 0 < _root.synj._xscale || _parent._x < _root.synj._x && _parent._x < _root.synj._x - 350 && _root.synj._xscale < 0) && _root.synj.dodamage == true)
- {
- _parent.play();
- }
-