home *** CD-ROM | disk | FTP | other *** search
- if(this.hitTest(_root.bound1) || this.hitTest(_root.bound2) || this.hitTest(_root.bound3) || this.hitTest(_root.bound4))
- {
- setProperty(_root.player, _X, _root.player._x - 5);
- setProperty(_root.player, _Y, _root.player._y - 5);
- }
- if(this.hitTest(_root.wall1) || this.hitTest(_root.wall2) || this.hitTest(_root.wall3) || this.hitTest(_root.wall4))
- {
- setProperty(_root.player, _X, _root.player._x - 5);
- setProperty(_root.player, _Y, _root.player._y - 5);
- }
- if(this.hitTest(_root.wall5) || this.hitTest(_root.wall6) || this.hitTest(_root.wall7) || this.hitTest(_root.wall8))
- {
- setProperty(_root.player, _X, _root.player._x - 5);
- setProperty(_root.player, _Y, _root.player._y - 5);
- }
- if(this.hitTest(_root.door1) || this.hitTest(_root.door2) || this.hitTest(_root.door3) || this.hitTest(_root.door4))
- {
- setProperty(_root.player, _X, _root.player._x - 5);
- setProperty(_root.player, _Y, _root.player._y - 5);
- }
-