# Maze

**URL:** https://forum.kirupa.com/t/maze/260830
**Category:** flash
**Created:** [May 20, 2008, 11:06am UTC](https://forum.kirupa.com/t/maze/260830 "2008-05-20T11:06:46Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![vikrant29nov](https://avatars.discourse-cdn.com/v4/letter/v/eb9ed0/32.png) [@vikrant29nov](https://forum.kirupa.com/u/vikrant29nov)
#### Post date: [May 20, 2008, 11:06am UTC](https://forum.kirupa.com/t/maze/260830/1 "2008-05-20T11:06:46Z")

</div>

I have a maze game and want the user to move the object with mouse in the maze.

The object must not cross the walls of maze…

---

<div class="post-metadata">

### Author: ![ShadowViper](https://avatars.discourse-cdn.com/v4/letter/s/54ee81/32.png) [@ShadowViper](https://forum.kirupa.com/u/ShadowViper)
#### Post date: [May 20, 2008, 4:41pm UTC](https://forum.kirupa.com/t/maze/260830/2 "2008-05-20T16:41:07Z")

</div>

You’ll need to detect collisions with the walls. You can start by looking at the example I made to show Axis Aligned Bounding Box collision testing

You can find the example in the thread Drop, Bounce, Collide, Bounce? here in this forum.

~Cody

---

<div class="post-metadata">

### Author: ![vikrant29nov](https://avatars.discourse-cdn.com/v4/letter/v/eb9ed0/32.png) [@vikrant29nov](https://forum.kirupa.com/u/vikrant29nov)
#### Post date: [June 2, 2008, 4:46am UTC](https://forum.kirupa.com/t/maze/260830/3 "2008-06-02T04:46:21Z")

</div>

Can you share the link of your thread.

---

<div class="post-metadata">

### Author: ![randomagain](https://avatars.discourse-cdn.com/v4/letter/r/35a633/32.png) [@randomagain](https://forum.kirupa.com/u/randomagain)
#### Post date: [June 2, 2008, 9:34am UTC](https://forum.kirupa.com/t/maze/260830/4 "2008-06-02T09:34:31Z")

</div>

click on his user name then search his posts…

---

<div class="post-metadata">

### Author: ![vikrant29nov](https://avatars.discourse-cdn.com/v4/letter/v/eb9ed0/32.png) [@vikrant29nov](https://forum.kirupa.com/u/vikrant29nov)
#### Post date: [June 2, 2008, 10:36am UTC](https://forum.kirupa.com/t/maze/260830/5 "2008-06-02T10:36:10Z")

</div>

thanks buddy.
