Skip to Content

More mini Tutorials

Two more activities, one : how to move and jump, not at the same time. How to animate a sprite (car) across the stage smoothly.
Two more activities, one : how to move and jump, not at the same time. (again hosted on github with instructions in Markdown (.md) format. 

Basic move and Jump

This has been created just to demonstrate how to jump smoothly.  Also shows how to move left and right.  You can't jump and move left or right at the same time, but you don't always want to do this.   You may want to jump up while another sprite is scrolling towards you.


Car Move

How to animate a sprite (car) across the stage smoothly.

In a sort of related tutorial.  This just moves a car sprite smoothly across the screen,  then repeats.

You can download the sb3 file for both projects.