I'm following one of the how tos. I'm making the cat dance. 10 steps forward, 10 back. He only moves a little bit, tho. And the drums are set to beat, not seconds. Can I change this? it's the newest version...
Thanks
Offline
Probably all of the above. I just downloaded it today and will be taking a beginner's course on Wed.
Offline
Instead of ten steps forward you might want to do something like
repeat 5
point in direction (90)
move 5 steps
point in direction (-90)
repeat 5
move 5 steps
it'll make the movements much smoother. If you want, put an entire repeat 10 or something around that, so it'll repeat that ten times. Just make sure that at the top, where it shows a preview of the sprite (the very top), there's a button that looks a bit like < - > remember to press that.
As for the beats: beats are equal to seconds.
Offline
Thanks, I tried it. That little button was very important.
Are there any published books on scratch? I am comp;letely new to this so I don't know the names of things and don't know what the program can do. What is the best way to learn more?...
Last edited by ellenalesa (2008-06-23 21:25:00)
Offline
dingdong, how do I contact you?
Offline
ellenalesa wrote:
dingdong, how do I contact you?
Welcome ellenalesa! To contact any member of Scratch (if they have projects), you can go to their home directory which will be
"http://scratch.mit.edu/users/<Scratch Name>"
- replace <Scratch Name> with their actual Scratch Name and remove the quotes
Then, you can leave a comment on one of their projects.
Alternatively, you can post a question in the Forum, as you have been doing, and you will probably get a solution to your problem.
Offline
ellenalesa wrote:
Thanks, I tried it. That little button was very important.
Are there any published books on scratch? I am comp;letely new to this so I don't know the names of things and don't know what the program can do. What is the best way to learn more?...
Yeah, there is. There is a thread about it in the educators topics.
Offline