Need a Car Engine that will speed up smoothly, and do realistic tilting when it goes over bumps.
If you know of one or have made one leave a link and i will add credit!
0.0
-Banjo7
My attempt:
http://scratch.mit.edu/projects/banjo7/2300615
My script for turning:
(I forgot the colour letter things)
(The front and back wheels are different colours)
[scratchblocks]
when gf clicked
forever
if <not<colour[FFFFFFF]touching[FFFFFF]>>
repeat until <colour[FFFFFFF]touching[FFFFFF]>
turn cw 1 degrees
end
if <not<colour[FFFFFFF]touching[FFFFFF]>>
repeat until <colour[FFFFFFF]touching[FFFFFF]>
turn acw 1 degrees
end
Offline
challenge eccepted
Offline