Posts Tagged dragging

Kill the drag

Things have been moving right along on our little project. We’re in the final inning, though, as it ‘goes live’ on Monday, and we’re still developing. (Review process? We don’t need no stinking review process!)

Our current ‘unsolveable’ project has been making a touchsprite NOT be draggable. We need it touchable, or in some cases we need its children to be touchable, but when it is (touchable, that is), it drags, and we can’t turn that property off. (Yes, we’ve tried stopTouchDrag(), and no, it doesn’t work.)

This means that our pretty navigation orb opens a pretty nav window that, instead of sticking with the nav orb, can be dragged away and left out in the cold*. And that’s just one example.

If you know how we can make it stop, please please please speak up!

*It’s no longer left in the cold, as we have code that snaps it back to its original position, but we don’t want it to ever leave its original position!

Comments off