How to create a car type player

Hi everyone, first post so please bear with me!

I'm developing a game where a car type object moves along a platform (flat and sloping -hill) by the user either pressing and holding a button to move left or right. Here's a list of requirements I'm trying to achieve:-

1. I want it to die if it lands on the top face.
2. I would like this object to jump on another button press but then you can control the direction/rotation of the rectangle when pressing either left or right and obviously die if it lands on its top side.
3. when the object collides with a collect-able it speeds up the objects movement for say 30 seconds.

At the moment I have an object that moves like a frog and I'm pulling my hair out at it?!

Any help would be really appreciated

Thanks,
Dan
Sign In or Register to comment.