Get Controls Like Doodle Jump :)
JoshKahane
Member Posts: 470
Hi
So as we all know Doodle Jump controls are very responsive and work a charm. My game iFall needs similar controls. I want to use the accelerate function to get that sense of speed but I also want it so that you can quickly switch directions without waiting to slow down. How can I achieve this?
Thanks.
Josh.
So as we all know Doodle Jump controls are very responsive and work a charm. My game iFall needs similar controls. I want to use the accelerate function to get that sense of speed but I also want it so that you can quickly switch directions without waiting to slow down. How can I achieve this?
Thanks.
Josh.
Comments
In other words...
1) Track the realtime X and Y location of the "doodle".
2) Get the acceler. input and feed that to the doodle position.
I think this is what Eastbound is saying.