280 likes | 533 Views
Introduction to scratch animation. Basics. What we must learn well. Planning a storyboard for an animation Understanding Scratch Codes Creating backgrounds and its costumes Creating Sprites (characters) and their costumes
E N D
What we must learn well • Planning a storyboard for an animation • Understanding Scratch Codes • Creating backgrounds and its costumes • Creating Sprites (characters) and their costumes • Carefully and creatively create the script of codes for an animation • Testing and improving an animation • Draw flowchart for an animation
ANIMATION CAN BE USED TO: • tell a story; • deliver a message (e.G. Advertisement or campaigns); or • show a process/reaction.
SPRITES • SPRITES are characters that move, rotate or change in an animation. Sprites can be a picture or a text.
SPRItES are characters with1) appearance2) behaviour3) position4) movement5) output statements6) repetition
Behaviour of a character • Every character may change its look to show movement.
Position of a character • Cartesian coordinates (x, y) are used to show the positions of the characters. • The centre of the screen is used as the reference point (x = 0, y = 0)
Movement of a character By default, Scratch allows the sprite to rotate and makes the sprite face right. • If can rotate, setting will turn sprite clockwise or anti-clockwise. • If sprite face right, then will move it towards the right. • If set to don’t rotate, sprite will not turn at all.
Movement of a character • A move instruction will make the character move once. We need to specify the number of steps. • To run the “move” instruction many times, we must put the move instruction inside a loop instruction. • We must use a wait instruction to pause or delay the movement of a character until a key is pressed or time is up.
Movement of a character We can make a character move to • a specified position; • the mouse-pointer position; or • a target (that is, another character). The go to and glide instructions are similar except that <Go to> takes place instantlyand <Glide> movement can use a timer. When a longer time is set, we can see the character gliding to the specified position.
Summary for Movement:Programmed Direction and Orientation In an animation, OTHER THAN MOVE, we can use these codes to automate the movement of a sprite.
Output statements • An output statement allows text to be displayed or sound to be heard.
Repeating instructions • One or more instructions may be repeated for a number of times or forever.
Next lesson, 1) storyboard2) background3) audioand many more!...
Present your codes in a PPT slide Start > Snipping Tool New (by default, use rectangle snip) Copy Go to PPT slide, paste. Format>Remove background Organise and tidy your slide 2 sprites per slide, titles are sprite names. COPY