Page 1 of 1

I need a little help

PostPosted: Mon Apr 09, 2012 4:03 am
by raminkhan
Hi I got two balls in this file which if I press the invisible button the still ball will follow the player ball and the player ball (the one you have control on can speed up if you press on it) but I want the follower ball to speed up automatically. please take a look at this file and it would make sense what i am talking about thanks a bunch.

Re: I need a little help

PostPosted: Mon Apr 09, 2012 4:18 pm
by skydereign
So you know, looking at the file wasn't very clear. That system won't allow you to have the follower accelerate very easily. The only way is to have your index increase by more than 1. But that means you can only double/triple the speed. You could however make the event itself only trigger every other frame, and through that make a speed increase, but that would by way to difficult considering what you are doing. Seeing as you are talking about accelerating, you should be using velocity, instead of setting the follower's position.

Re: I need a little help

PostPosted: Tue Apr 10, 2012 1:06 pm
by Hblade
You should listen to sky, if your confused about his post, he can explain it to you.