About Lesson
🧱 Code Introduction:
1. Choose Your Sprites
-
Click Choose a Sprite
-
Pick or upload: Player, Treasure, Enemy
2. Choose a Backdrop
-
Click Choose a Backdrop
-
Pick something like Forest, Cave, or Space
🧩 Starter Code:
when the green flag clicked
switch backdrop to [Cave]
3. Place the Sprites
Move sprites to start position on screen manually
(Optional: add starting position with code)
🧩 Player Start Position Code:
when green flag clicked
go to x: (-100) y: (0)
4. Save the Project
-
Show how to name their project
-
Click File > Save now