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

#1 2012-01-21 12:36:37

firepool
Scratcher
Registered: 2011-08-14
Posts: 6

making animations.

How do you make an animated drawing? I can't seem to figure it out.


http://i26.photobucket.com/albums/c133/melnzan/pokemon%20gif/Pidgeotto20Front.gif hi this is blade, my pokemon.

Offline

 

#2 2012-01-21 16:18:23

Purika
Scratcher
Registered: 2011-01-26
Posts: 100+

Re: making animations.

firepool wrote:

How do you make an animated drawing? I can't seem to figure it out.

Make a new sprite, draw the first frame, go to costumes (above all the scripts there is a costumes tab) copy the firs frame, then once it is copied edit the second one - make little adjustments to make it as soon as possible. Then once you have edited it click on ok, then copy it and edit the third frame. Once you´ve got all the frames you want, add this script to the sprite:
[blocks]
<when green flag clicked>
<forever>
<wait( 0.5 )secsc>
<next costume>
<end>
[/blocks]
You can change the 0.5 to any number, the lower the number, the faster the animation. Have fun! If you have any more questions, just ask!  smile


https://lh3.googleusercontent.com/-ZlPXbnYAtro/TxRNNopA6XI/AAAAAAAAAvY/worvlbyfCYI/s589/Purika.gif
If I was three birds, I could see myself fly below us!  big_smile

Offline

 

#3 2012-01-21 20:29:05

SJRCS_011
Scratcher
Registered: 2011-02-07
Posts: 1000+

Re: making animations.

Or, if you are referring to animated GIFs, get GIMP and put several pictures together to make one.


http://i.imgur.com/vQqtH.png
Learning to Program in a Nutshell:  "You're missing a closing parentheses" - LS97

Offline

 

#4 2012-01-23 00:44:39

skourasinspetsai
New Scratcher
Registered: 2012-01-22
Posts: 10

Re: making animations.

What about if you want to go backwards through the costumes after going forward, do you have to do that one by one or is there a short cut like for going forward?

Thanks  smile

Offline

 

#5 2012-01-23 00:51:18

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

Re: making animations.

switch to costume 1
switch to costume 2
switch to costume 3
switch to costume 2
switch to costume 1


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

Offline

 

#6 2012-01-23 01:44:02

skourasinspetsai
New Scratcher
Registered: 2012-01-22
Posts: 10

Re: making animations.

i see...thnk  smile

Offline

 

#7 2012-01-23 02:17:23

mbsweb
New Scratcher
Registered: 2012-01-23
Posts: 6

Re: making animations.

Yes there is a lot of animation software... GIMP, Swish, etc...

Offline

 

#8 2012-01-23 05:07:59

TheDogIslandFan
Scratcher
Registered: 2012-01-08
Posts: 100+

Re: making animations.

Scratch:
first of alll paint a background/sprite second of all draw the next frame for your animation and the next and the next......and you get the point. (IMPORTANT: Frames are COSTUMES NOT SPRITES)
Second of all when animating use the scripts either:
when (instert key,flag) clicked
Forever/repeat (any numbers) times
switch to costume (random)
wait (any numbers here depending on how fast you want it to be)
and repeat doing the 2 scripts (wait and the costume one) with the costumes (frames) you want for one part.
if you want ALL costumes as your animation without using certain costumes only use the "next costume" and under the next costume script the "wait (any numbers depending how fast/slow you want it to be) on the "forever" or "wait (put numbers here depending on how many times want it to repeat)
However if you want it to end (this only works with the repeat times block) under the repeat block put either stop script or stop all. this may not make any sense but i'll try to make it.


http://www.eggcave.com/egg/787454.png

Offline

 

#9 2012-01-23 08:21:19

mewkid
Scratcher
Registered: 2010-08-16
Posts: 100+

Re: making animations.

There are many different ways to animate a drawing. probably the most well-known on scratch is the stop-motion method: you draw as many frames as you like, as if they were stop-motion frames. Then you use this script to animate them:

<when green flag clicked>
<switch to costume[costume 1
<forever> <wait( 0.02 )secsc>
<next costume>

If you did the stop-motion correctly, it should animate! warning: if you only want the script to animate once, replace the forever block with a <repeat( block. In the blank space, enter the amount of costumes the script has.

I hope this helped!

Mewkid

Offline

 

#10 2012-02-02 10:15:11

Locomule
Scratcher
Registered: 2009-08-24
Posts: 500+

Re: making animations.

my latest animation-in-progress (unfinished)
spongebob homemade2


aka Pain from DragonSpires, Delrith Online, BotBattle, Urban Dead etc etc lol

Offline

 

#11 2012-04-01 16:42:23

CyanLaserDude
New Scratcher
Registered: 2012-04-01
Posts: 1

Re: making animations.

I don't know how to make an animation (either). Can you please tell me?

Offline

 

Board footer