L1P1: Pop the balloons
click balloons to make them disappear and score points
Description.
click balloons to make them disappear and score points
Welcome, the goal of this is Assignment is for you to create your first sprite and place it on screen.Steps to be followed.Open Code.org Sprite Lab: https://code.org/ 2. Drag the…
On this next part we are going to look at how you can change the background color for your animationFrom the first lesson we created out sprites and now we…
Since we are finished with knowing what is sprite and how to add events to our program. Next we are going to create a full animation from the knowledge given…
In this section we are going to create animation that makes our sprite move across the screen.Steps:1. You need first a sprite on your screen so that we can make…
Lesson: Make Your Sprite Jump!Objective:By the end of this lesson, students will create a project where a character (sprite) jumps when they press the space key.Tools Needed:A computer or tabletAccess…
Lesson: Race to the Finish!Objective:Students will create two sprites that race across the screen when they press the green flag or a key.What Is a Race to the Finish?In this…
Lesson: Obstacle Dodger!Objective:Students will create a game where a character (sprite) moves left and right to dodge falling obstacles.What Are We Learning?IdeaExplanationSpriteThe player’s characterObstacleSomething that falls from the topEventsSomething that…
Complete the tasksFollow the links below and complete all the tasks:Create a module script.Use export to share a code block.Reuse JavaScript code using import.Use * to import everything from a…
Complete the tasksFollow the links below and complete all the tasks:Explore differences between the var and let keywords.Compare scopes of the var and let keywords.Declare a read-only variable with the…