About this deal
First, we are going to add a sprite for the bird from the Game menu and make it blink. let bird: game.LedSprite = null If the bird has flown into a window: Let it rest in a dark space for a few hours. It is possible that it has internal injuries or is concussed, so during this time the bird will either recover or will die from its injuries. Vets aren't obliged to treat wildlife for free, and typically aren't trained in the care of wildlife, so it is a good idea to call around local practices before visiting, and find out if your vet has links with local wildlife rescue groups to make sure the animal is taken care of after being treated.
Make obstacles disappear after reaching leftmost corner. Iterate over all obstacles, delete the obstacle sprites where the X coordinate equals 0, and remove them from the obstacles array. let obstacles: game.LedSprite[] = []verifyErrors }}{{ message }}{{ /verifyErrors }}{{
Before creating the code for the game actions, let’s first add some controls so that we can move around. We’ll control the bird by pressing the A button to go up or the B button to go down. let bird: game.LedSprite = null Access each obstacle using a loops:for Using
