At the moment i am making a racing game. How can i make so that if it hits another sprite like a wall that it wouldn't go straight through?
Offline
coolbear99 wrote:
At the moment i am making a racing game. How can i make so that if it hits another sprite like a wall that it wouldn't go straight through?
I've noticed that you've put this question in 4 different places, you should only post a question in one place. be paitent . This is the right place to put it. Whenever you need help with scripts, post your problem here.
For your problem, Try this Scratch Wiki page. The scratch wiki is a great resource whenever you have problems with scratch.
Last edited by AgentRoop (2012-05-09 13:06:27)
Offline
if it is 'top down view/3rd person', make 1 sensor, a line with same length as car and put it at top/front of car. then in it.
when gf clicked forever go to car if <touching wall/colour __> broadcast bump top
when I receive bump top change y by -5/10same applies for side-scroller execpt change by -x or +x.
Offline