Object flips when dragging

fmarkusfmarkus Member Posts: 42
Hello!
I have been using this tutorial to implement drag and throw for my iOS game.


It works really great but when the object I keep dragging against other objects, the dragged objects flips. The same happens if I don't move my finger while dragging the object.
I think it comes from the Vector to Angle conversion but I don't know how to solve this. Any idea?
Thanks!

Answers

  • MarkOnTheIronMarkOnTheIron Member Posts: 1,447
    Don't now if it could help but try to check the Fixed Rotation box in the actor's attributes.

  • fmarkusfmarkus Member Posts: 42
    Thanks for the comment. Unfortunatly it does this with or without Fixed Rotation checked. And I need the rotation anyway but not the flipping :(
  • fmarkusfmarkus Member Posts: 42
    Any ideas at all? :(
Sign In or Register to comment.