This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.
  • Index
  •  » Requests
  •  » Need a Car Engine that will speed up smoothly, and do realistic...

#1 2012-01-28 23:23:25

banjo7
Scratcher
Registered: 2010-06-01
Posts: 17

Need a Car Engine that will speed up smoothly, and do realistic...

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


smile   smile   smile   smile   smile
[img]http://textspace.net/lcd_text_maker/9.12/page_1[img/]

Offline

 

#2 2012-01-29 09:38:02

slayerrobe7
Scratcher
Registered: 2011-06-24
Posts: 500+

Re: Need a Car Engine that will speed up smoothly, and do realistic...

challenge eccepted


!!!When it comes to Scratch2.0 I am totally like freaking out!!!

Offline

 

#3 2012-02-06 05:04:54

banjo7
Scratcher
Registered: 2010-06-01
Posts: 17

Re: Need a Car Engine that will speed up smoothly, and do realistic...

slayerrobe7 wrote:

challenge eccepted

big_smile
TY


smile   smile   smile   smile   smile
[img]http://textspace.net/lcd_text_maker/9.12/page_1[img/]

Offline

 
  • Index
  •  » Requests
  •  » Need a Car Engine that will speed up smoothly, and do realistic...

Board footer