Page 1 of 1

Mouse drag only on x Axis

PostPosted: Sat Aug 20, 2011 5:30 am
by raminjoon
Okay I got a ball that every time I tab on it, it creates another ball. right? OK now the problem I have is that when I have MouseButtonDown--->FollowMouse---->X, Axis, then MouseButtonUp---->FollowMouse---->None, my original ball moves away from my cruiser i mean my mouse pointer and then it creates the ball, any suggestions how to solve this?

Re: Mouse drag only on x Axis

PostPosted: Sat Aug 20, 2011 8:40 am
by skydereign
Honestly that made very little sense to me. What exactly is the problem, and what are you trying to do?

Re: Mouse drag only on x Axis

PostPosted: Sat Aug 20, 2011 11:12 am
by Camper1995
If I understand, the ball doesnt want to follow mouse on X axis when created. Well, put on ball actor: Create actor - move to mouse position..

I hope i understood it right

(Next time, put problems like this in Support, not Advanced topics) ;)

Re: Mouse drag only on x Axis

PostPosted: Wed Aug 24, 2011 9:16 pm
by Hblade
This is simple. When clicked:
Follow Mouse - X-Axis Only

When released:
Follow Mouse - None

Re: Mouse drag only on x Axis

PostPosted: Thu Aug 25, 2011 8:39 am
by schnellboot
Hblade wrote:This is simple. When clicked:
Follow Mouse - X-Axis Only

When released:
Follow Mouse - None


raminjoon wrote:I have MouseButtonDown--->FollowMouse---->X, Axis, then MouseButtonUp---->FollowMouse---->None