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

#1 2012-07-13 11:49:09

Garr8
Scratcher
Registered: 2011-08-10
Posts: 1000+

Any Tutorials On Short Animations?

There are many short animations on Scratch such as Caramellstar's animations, Jonzo's Dave's Life, Toonosh's L- Man, and Big Red Button's W- Man, just to name a few. Well I do not know if they all count as short animations, but they are all cartoons.

I have been wanting to make animations myself, but I feel overwhelmed everytime. I tried downloaded Toonosh's animations, but the number of scripts make my heart sink.

Do you know of anyone or anything that is atutorer or is a tutorial on how to make animations?


What I scored on Pokemon Quiz: Porygon

Offline

 

#2 2012-07-13 12:09:11

Wes64
Scratcher
Registered: 2011-08-19
Posts: 1000+

Re: Any Tutorials On Short Animations?

There isn't really a tutorial since animations usually just involve drawing and basic scripting skills. Just play around with the blocks. You generally only have to use basic movement and effects to create a good animation. Jonzo, caramellstar, and the scratchers you listed are pretty advanced, so you can't expect to be as good as them right away  tongue


Experienced 2.0 Tester: Ask me questions!
Using Firefox 13.0, Flash plugin version 11.4.402.287, and Windows XP Professional.

Offline

 

#3 2012-07-13 13:41:05

Garr8
Scratcher
Registered: 2011-08-10
Posts: 1000+

Re: Any Tutorials On Short Animations?

I am currently making one. It is half short animation and half supershort AMV. It is easier than I thought it would be.


What I scored on Pokemon Quiz: Porygon

Offline

 

#4 2012-07-14 04:57:29

trinary
Scratcher
Registered: 2012-01-29
Posts: 1000+

Re: Any Tutorials On Short Animations?

Watch good animations, and learn from them.


http://trinary.tk/images/signature_.php

Offline

 

#5 2012-07-14 07:41:26

Maki-Tak
Scratcher
Registered: 2008-03-10
Posts: 100+

Re: Any Tutorials On Short Animations?

The main thing you'll need to know for animation is how to use broadcast blocks. That's really easy. The animations you were describing may have been using acceleration or timers, which makes the project look more fluid.
It sounds like you know what you're doing though.


http://i.cubeupload.com/zZE0XJ.png

Offline

 

#6 2012-07-14 07:44:14

Garr8
Scratcher
Registered: 2011-08-10
Posts: 1000+

Re: Any Tutorials On Short Animations?

Maki-Tak wrote:

The main thing you'll need to know for animation is how to use broadcast blocks. That's really easy. The animations you were describing may have been using acceleration or timers, which makes the project look more fluid.
It sounds like you know what you're doing though.

What do broadcast blocks do?


What I scored on Pokemon Quiz: Porygon

Offline

 

#7 2012-07-14 07:56:53

Maki-Tak
Scratcher
Registered: 2008-03-10
Posts: 100+

Re: Any Tutorials On Short Animations?

A broadcast block is a command, similar to the 'when green flag clicked' button but instead you can use them at any point in time. They're useful for different parts of an animation.
Any sprite or background can broadcast a command using the 'broadcast ____' block. All sprites will receive the broadcast. The 'when I receive ____' button tells the sprite what do do when the broadcast is received.

For example, you could tell a sprite to complete a simple animation. When it is finished, you can use a broadcast block to send a message. You can then tell another sprite to do a different animation when it receives that broadcast.
The result is one sprite playing an animation directly after another sprite finishes an animation.

There, that's the best I can explain it at the moment. It's 12am so my definition may not be clear.
I'm sure a couple of those big animators will be eager to answer any questions you have on their scripting. I don't understand advanced scratch animation myself.


http://i.cubeupload.com/zZE0XJ.png

Offline

 

#8 2012-07-14 08:34:54

Garr8
Scratcher
Registered: 2011-08-10
Posts: 1000+

Re: Any Tutorials On Short Animations?

You're right, I think I will just play around with the scripts, it is the best way to learn.


What I scored on Pokemon Quiz: Porygon

Offline

 

Board footer