Actor to Fllow Finger Continuously
Homebrew_Kid
Member Posts: 21
hey all, I'm new to this and making a spaceship game. I am currently trying to make a finger-follow rule for the actor but as soon as the actor reaches the center of the mouse/finger point, the script stops and I cannot resume dragging the ship (continuing the same click).
This is what I have so far:
Comments
constrain actor's x to mouse x
constrain actor's y to mouse y
Thanks! I'm also trying to make the actor flow toward a mouse touch on screen to prevent having to return to the actor. > @Socks said:
Try something like this:
Link: https://www.mediafire.com/?jp6azihz59rzziq
Awesome! I'll have to study this a bit and the self.rotation from linear velocity is useful also.