AS3 - iOS, drag and drop collision
Hi,
I'm using Flash Pro/ Actionscript 3 for an iOS-game.
I've used this site: http://www.designscripting.com/2011/05/hittest-as3-for-collision-detection-flash-actionscript-3/ and this picture to demonstrate my question. When using 'drag and drop' is it possible to e.g. move through a maze and not go through the walls? Like stopDrag if the blueobject hits it? I can make this work with a virtual joystick (or they keys on a computer), but I wanted to use the touch-function on the iPhone. I was hoping this could be done withouth a physic-engine.

