You are on page 1of 4

SVKM’S NMIMS Deemed-to-be-University

Mukesh Patel School of Technology Management & Engineering


Department of Computer Engineering
Course Code 701CO0C004 Program B.Tech Integrated
Semester IV Year II
Name of the Faculty Prof. Sanjay Deshmukh Class
Course Title Multimedia System Academic year 2021-22

PART A
(PART A : TO BE REFFERED BY STUDENTS)

Experiment No. 10

A.1—Aim:
To study Scratch fpr animation

A.2--- Prerequisite:
Knowledge of Image animation

A.3--- Outcome:
After successful completion of this experiment students will be able to:
Basic animatiuon.
A.4--- Theory:

Scratch is a programming language. Programming language is meant that a means of


communicating with the computer, so as to give some instructions for it to perform.
Programming in Scratch is very easy, including animation and games. It is a very useful
tool for young kids or creators to learn and implement coding logic. It was developed
by MIT’s Media Lab and it is free and can be used online on its, website, or it can be
downloaded to use offline. It is available for operating systems like Windows, iOS,
ChromeOS, Android 6.0+, etc. In this article, we will discuss the basics of Scratch.

Script
In Scratch, a script is a set of instructions that are used to create a Scratch program. Or
we can say that it is a stack of blocks that are connected with each other and perform
the specified tasks. Scripts are used to interact with sprites and tell them what to do or
say. We can create a script in the script area. Here, we drag the blocks from the block
palette and assemble them to create script.

here are objects and characters that could be added to a program to perform actions
based on code written in scripts in a project using blocks, these objects and characters
are known as Sprite. You can add a prebuilt sprite or create a new sprite as per your
requirement. You can find the option to add the sprite in the right bottom corner, second
menu from the right corner. There are many free sprites already available in the store,
you can choose any of them or can paint a new sprite, or upload any other sprite. Below
are some of the preloaded sprites from the scratch,
SVKM’S NMIMS Deemed-to-be-University
Mukesh Patel School of Technology Management & Engineering
Department of Computer Engineering
Course Code 701CO0C004 Program B.Tech Integrated
Semester IV Year II
Name of the Faculty Prof. Sanjay Deshmukh Class
Course Title Multimedia System Academic year 2021-22

Understand Backdrop, Tempo ,Sprite,Events ,loop in Scratch.

A.5--- Procedure:
Task:
PART B

(PART B: TO BE COMPLETED BY STUDENTS)

Roll No: c010 Name: VEER NAGDA

Class: B Batch: B1

Date of Experiment Date of Submission

Grade:

B.1 Work done by student


(Paste your screenshot & explanation here)
SVKM’S NMIMS Deemed-to-be-University
Mukesh Patel School of Technology Management & Engineering
Department of Computer Engineering
Course Code 701CO0C004 Program B.Tech Integrated
Semester IV Year II
Name of the Faculty Prof. Sanjay Deshmukh Class
Course Title Multimedia System Academic year 2021-22

Use a sprite of your choice and the sprite moves in a chosen direction.
This animation is your output.

Store it as “ your Roll no_Expt10_Date”


C010_Exp10_veer

B.2 Conclusion:

Explain Loop and motion in Scratch.

Loop: It's a way to repeat actions. For instance, you can use a "Repeat" block to make a
sprite move across the screen multiple times.

Motion: It controls how sprites move. You use motion blocks like "Move" or "Turn" to
change a sprite's position or direction.
SVKM’S NMIMS Deemed-to-be-University
Mukesh Patel School of Technology Management & Engineering
Department of Computer Engineering
Course Code 701CO0C004 Program B.Tech Integrated
Semester IV Year II
Name of the Faculty Prof. Sanjay Deshmukh Class
Course Title Multimedia System Academic year 2021-22

These concepts are key to creating animations, games, and interactive stories in Scratch.

You might also like