- Session 1 and Session 2: Introduction to various Coding Platforms
-
Session 3: Creating Animation
-
Session 3: Creating Animation
- Session 4: Story Making
-
Session 5: Let's Play- Game Development
-
Session 6: Getting Familiar with Microbit
-
Session 7: Emotional Robot Microbit
-
Session 8: Beating Heart
-
Session 9: Name Badge
-
Session 10
-
Session 11
-
Session 12 and Session 13
-
Session 14
-
Session 15
-
Session 16
-
Session 17
-
Session 19
-
Session 21
-
Session 22
-
Session 23
-
Session 24
Lecture Slides
Creating Animation

Introduction
In this lesson, you will learn about the backdrop and costumes in PictoBlox, which helps you to create amazing animations.
Animations are created, when a set of images changes quickly and repetitively creating a sense of motion.
What is a Backdrop?
As of now, the Stage looks quite plain and simple, doesn’t it? What can we possibly do to make it more lively? Come in: backdrops!
A backdrop is one of the many frames, or backgrounds, that a Stage can have. The Stage can change its look to any of its backdrops.
Choosing a Backdrop
You can choose a backdrop from -
1.The backdrop library
2.Uploading a file from the computer
3.Creating one using the paint editor
What are Costumes?
A costume is one out of possibly many “frames” or alternate appearances of a sprite. Sprites can change their look to any of their costumes.
How to Create Costumes?
There are four ways of getting a costume for a sprite or stage.
- From the costume library
- Drawing one yourself using the inbuilt paint editor
- Getting an image or multiple images from your desktop
- Taking an image using a webcam
Making an Animation in PictoBlox
In this activity, we are going to create animations with costumes.
Let’s Code
Follow the steps below:
- Create a New file in PictoBlox.
- Follow the step if you are working on Windows, macOS, or Linux.
- Open PictoBlox and create a new file.
- Select the coding environment as Block Coding.
5.Click Choose the Backdrop and select any backdrop you want. We’re choosing the Forest backdrop.
Create the script of the walking animation.
To change a sprite’s costume, PictoBlox has the switch costume to () block available in the Looks palette.
To make a walking animation of Tobi switch between the following two costumes Tobi:
- Tobi Walking 1
- Tobi Walking 2
Make the script shown below. You will find the blocks used in the mentioned palettes:
- when the flag clicked – Event
- Forever – Control
- Switch costume to () – Looks
- Wait () seconds – Control
Click the green flag to start the animation.
Learning Outcomes
Plan and design simple animations with characters and stories.
Use basic animation tools to create and play animations.
Express ideas and simple stories through animation.
Fix mistakes and sequence frames correctly.
There are no comments for now.