hi guys,
well im making a maze, and of course there are walls. how do i keep the draggable object they are using to make their way through the maze from going right through the walls? heres the sample code of a wall that i want to keep from being able to be gone through:
[code] local wall = display.newImage( “Shortwall1.png”, 100, 400 )
localGroup:insert(wall) [import]uid: 19836 topic_id: 6525 reply_id: 306525[/import]