Did you try Mouse down (Drag Enable)? This is built into the mouse down event and cannot be called independently, and if you do, you have to have some kind of script. you can cheat this way:
Script
- Code: Select all
//Haha, no script! In your face!
Only do this if you are lazy with typing XD. If this does not work for you, try this:
Mouse down
- Code: Select all
FollowMouse("Event Actor", BOTH_AXIS);
Mouse up
- Code: Select all
FollowMouse("Event Actor", NONE_AXIS);
I like this method because you can specify which coordinate axis you want the actor to follow.
I hope this works with Iphone, if it doesn't, I don't know what will.