Hi Scratchers,
I am totally new, about 10 minutes here at Scratch...
I worked with the Cat to rotate counterclockwise at 45 degree turns--it worked good with a drum beat... :-)
then I chose the dog to do the same rotation with a harpsichord (?) and he spun way to fast
and I don't know how to play 2 sprites together yet...
but i am beginning to make cool characters move to music...
thanks
ps: how do you delete a sprite from the script...if I messed it up...?
Offline
Well, you can decrease the angle of the turn. For example, change the 45 degree increment to 30 degrees. Or, if it has to turn at a specific angle, you can add a "Wait __ seconds" block in between the rotation blocks.
Offline
Ah... is the length of the drum beat the same as the length of the harpsichord note(s)? If not, there's your problem. If they are, then try decreasing the amount the sprite turns by with the harpsichord.
About deleting a sprite from a script - do you mean deleting a script from a sprite? Drag the script into the block palette (it's what I do), or right-click it and select Delete.
Offline
Add this script to the dog sprite to make the dog spin the same speed the cat does.
I don't know if that's what you mean though
Offline