home *** CD-ROM | disk | FTP | other *** search
- fall = function()
- {
- var _loc1_ = this;
- if(!_loc1_.hitTest(_loc1_._parent.hitZoneX.testZone) && !_loc1_.hitTest(_loc1_._parent.hitZoneX.testZone2) && !_loc1_.hitTest(_loc1_._parent.hitZoneX.testZone3) && !_loc1_.hitTest(_loc1_._parent.hitZoneX.testZone4) && !_loc1_.hitTest(_loc1_._parent.hitZoneX.testZone5))
- {
- _loc1_._y += 9;
- }
- };
-