Helping kids everywhere create what they imagine

Gravity, Advanced Topics: Graphic Effects

Gravity, Advanced Topics: Graphic Effects

Have you seen an animation or played a game where it looked like the sprites were affected by gravity? Perhaps, they fell to the bottom of the stage in a realistic way, slowly gaining speed as they fell. Perhaps, they bounced and those bounces got smaller and smaller over time. Have you wanted to create gravity in one of your projects? Let's explore how you can!

Tags
Platform
Scratch
Audience
Students and LearnersEducators and Facilitators
Experience Level
IntermediateAdvanced Concepts
Type
Coding CardsVideoStarter Project
Topic
Computational Concepts: ConditionalsComputational Concepts: DataComputational Concepts: EventsComputational Concepts: LoopsComputational Concepts: SequenceCreative Learning: Experimenting and IteratingCreative Learning: Testing and DebuggingGamesMath and Science
Language
English

Related Resources

Text Rendering, Text Generator, Advanced Topics: Graphic Effects
Text Rendering, Text Generator, Advanced Topics: Graphic Effects

Do you want to create your own text generator to display changing text on the Scratch project stage without creating sprite costumes for each line of text? Text generators could be used in games, storytelling projects, informational projects, and more! Let's explore how to create a text generator that you can then customize.

Learn More
Clones
Clones

Cloning lets you create multiple copies of your sprite while your project is running. When each clone is produced, it has the same costumes, sounds, scripts, and variables as the original, but is otherwise independent. Clones can work for you, saving you coding time and helping you create dynamic and interactive projects. Let's explore how clones work and experiment with how you can use them in your projects.

Learn More