This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2007-05-31 00:00:25

hari_hyd2006
Scratcher
Registered: 2007-05-30
Posts: 2

iam a newbie i need help please

hello friends i need help in animating can we move sprites hands and legs or characters hands and legs .please tell me

thanks

Offline

 

#2 2007-05-31 01:15:26

jay
Scratch Team
Registered: 2007-03-11
Posts: 59

Re: iam a newbie i need help please

Hi hari_hyd. There are many ways to move a sprite's hands and legs. One interesting way to do it is to use image effects such as the twirl effect in the "looks" category
(see http://scratch.mit.edu/files/cards/Dance-Twist.pdf)
The more typical way to animate hands and legs is to go into the costumes tab, click "copy", and then on the new costume click "edit". Then, in the paint editor you can move or redraw the hands or legs. When you are ready, and you have two different costumes (say one with the hands up and one with the hands down), you can go into the "scripts" tab and start playing around with blocks like the [next costume] block in the "looks" category.
(See http://scratch.mit.edu/files/cards/Moving-Animation.pdf for an example)

Offline

 

#3 2007-05-31 02:15:42

Mayhem
Scratcher
Registered: 2007-05-26
Posts: 1000+

Re: iam a newbie i need help please

The 3rd way (more complicated) way is to make each arm and leg - maybe even the head - a seperate sprite.

mohlar has some examples of this, using 9 sprites to make a walking robot.

http://scratch.mit.edu/projects/mohlar/7857


Web-spinning Spider:  http://scratch.mit.edu/projects/Mayhem/18456
3D Dungeon Adventure:  http://scratch.mit.edu/projects/Mayhem/23570
Starfighter X: http://scratch.mit.edu/projects/Mayhem/21825
Wandering Knight: http://scratch.mit.edu/projects/Mayhem/28484

Offline

 

#4 2007-05-31 12:35:29

kevin_karplus
Scratcher
Registered: 2007-04-27
Posts: 1000+

Re: iam a newbie i need help please

You may also need multiple sprites if you want to do special effects on one part of the body, but not others.  A good example is
http://scratch.mit.edu/projects/calculus/2351
Though that dancer project seems to have trouble with timing in the Java implementation, so you need to download it to get it to work.

Offline

 

Board footer