Really frustrating drag and drop problem!!
FrozenDingo
Member Posts: 17
I have an actor that can be dragged and dropped by touching the screen.
If placed on the first half of the 1024 pixel scene it works fine. However, when placed where I want it to start - on the second half, every time you touch it it jumps to the left. It's far enough that it cannot be placed where intended as it will jump when you try to pick it up again.
Anyone have any ideas what's wrong?!
If placed on the first half of the 1024 pixel scene it works fine. However, when placed where I want it to start - on the second half, every time you touch it it jumps to the left. It's far enough that it cannot be placed where intended as it will jump when you try to pick it up again.
Anyone have any ideas what's wrong?!
Comments
I'm just not quite sure how I should put it in (new at this!).
At the moment I have -
When touch is pressed - Constrain Attribute: self.Position.X To : game.Mouse.Position.X
and the same for Y.