Hi, hola, velcomin, enveu, konichiwa, aloha, gudinta, ohio, bonjor, and in any language HELLOOOOOOOOOOOOOOOOOOOOOO. My name is Phillip. I would like to explain (in some weird, twisted, empty minded way) my project "The Elevator". The first step was (of course) putting it together. After that it was pretty easy. Programming it was fun too (and when I say fun, in programming, it means weird). I needed to program it to go up, and go down. Then to make lights and sounds when it does. Then I thought I'd make it more realistic, so I put a "up,down" button on it. In fact, I am the first one to make an "up,down" button on the elevator. So I had fun (real fun) doing it. ENJOY!!!!!!!
Below is a picture and the programming.
to up
talkto "motorb
setleft
talkto [motorb lampc]
onfor 25
talkto "sounda
setleft
onfor 20
end
to down
talkto "motorb
setright
talkto [motorb lampc]
onfor 24
talkto "sounda
setright
onfor 20
end
to start
waituntil [touch1]
up
waituntil [touch1]
down
start
end