Scratch Flappy Bird Coding By Aaisha Ahmed. This is called the velocity it keeps the bird moving through out the whole game. (moving up & down) When you.

Slides:



Advertisements
Similar presentations
Summer Computing Workshop. Introduction to Variables Variables are used in every aspect of programming. They are used to store data the programmer needs.
Advertisements

Michael Parkes Dudley LA What can Scratch do? Make simple games, animations, presentations and stories.
Flappy bird guide for Scratch
Harry Potter Scratch Game
Adventures in Animation Harry Potter Game Pranali Choubal Kunal Shaw Barb Ericson Dec 2007.
Helicopter Game Tutorial
Code Club Session 3 Shark Eats Fish. Picture of finished product here.
This game is loosely based on the Whack-A- Mole arcade game.  Each game starts with 45 seconds of play.  Moles randomly pop out of holes on the landscape.
Scratch Programming Session 9 of 10 Review elements to use in stories, games, etc.
An intro to programming concepts with Scratch Session 7 of 10 sessions Working with sounds and sprite communication.
When you click the forever button, then whatever is in it does its thing to make flappy go. All of these buttons make flappy go and die. When you press.
Scratch Understanding some programming techniques using Scratch Resetting, Parallelism and Events.
Scratch Workshop Thursday, August 26, 2010.
Making a Flappy Birds Game A INTRODUCTION TO MAKING A FLAPPY BIRDS TYPE GAME.
Fish Chomp. The screen where you can see what happens when you play your game is called the STAGE. The SCRIPT BANK is where the types of instructions.
Introduction to.
Scratch Internet- Open Chrome hit “Create” 1.
How to make Space Invaders
Algorithms In general algorithms is a name given to a defined set of steps used to complete a task. For example to make a cup of tea you would fill the.
Timers Exploring Computer Science Lesson Objectives The students will be able to: Create a timer.
We will be creating a spaceship that simulates real movements in space. The spaceship will fire a laser beam that can destroy targets. The spaceship will.
I put this into my scratch so that when the green flag was clicked to start the game, and wait an amount of seconds before the QR changes.
1 Understand how to use Scratch to: – Animate a sprite – Add sound to your script – Use the forever command to create a loop Lesson 2: Learning Objectives.
Fish Chomp. The screen where you can see what happens when you play your game is called the STAGE. The SCRIPT BANK is where the types of instructions.
Scratch pong challenge Pong is a classic 1970s video game  Open the pongv1.sb2 file in Scratch  Click the.
Image #1 Getting Started
Variables and Random Numbers Computer App Session 4.
Unit 1 Introduction to Evangel College S.2 ICT.
By Mr. Putnam. In Catfall, the goal of the game is to touch the falling cats with the mouse. Every time you touch a cat, your score goes up by one point.
Marble Racer. The screen where you can see what happens when you play your game is called the STAGE. The SCRIPT BANK is where the types of instructions.
Using MIT Scratch for Programming and Control Exercise 4 – Cat and Dog game Year 9 ICT Autumn Term 2007.
Welcome to Scratch By Miss Key. The Main Screen Viewing screen with choice of views.
 SCRATCH is a new programming language that lets you create your own interactive stories, animations, games, music, and art.
Get Going On ….. Load the word file ‘Glossary’ and complete it. You will have homework today.
How to create a basic game in Scratch. The Scratch Stage The Scratch stage is 480 pixels wide and 360 pixels high x increasesx decreases.
1 Understand what Scratch is and what it can be used for Lesson 1: Learning Objectives.
I have used Scratch, to program a guide to internet safety. This is done by using QR codes to make it more interactive and interesting for people playing.
Making a Flappy Birds Game PART 2 – MAKING THE BIRD FLAP AND FALL – AND DEVELOPING THE GAME FURTHER (ADDING ADDITIONAL CHARACTERS, GOODIES, ENEMIES AND.
Computer Programming with Scratch JAOIT 8. Scratch Scratch is a programming language that makes it easy to create your own interactive stories, animations,
Review for Final June 13, 2016.
Broadcasting (Adding a new level)
Dancing on Green Light.
© A+ Computer Science -
Exploring Computer Science Lesson 4-13
Scratch – Simple Programming
QUESTION INSTRUCTIONS
Getting Started with Scratch
Scratch – Simple Programming
Recap the basics Lesson 1.
Lesson Objectives To understand how to make sprites interact
Exploring Computer Science Lesson 4-13
QUESTION INSTRUCTIONS
Programming Final Project
Getting Started with Scratch
Flappy bird Demo: Lesson 5 Flappy bird Demo:
Image #1 Getting Started
Exploring Computer Science Lesson 4-12
The game is played by moving the cursor along the red arteries and clicking on the various pieces of your patient’s anatomy that are ailing him to remove.
Recap the basics Lesson 1.
Exploring Computer Science Lesson 4-13
Creating a Simple Game in Scratch
CSC 221: Introduction to Programming Fall 2018
Exploring Computer Science Lesson 4-12
HOW TO PLAY PLAY.
HOW TO PLAY PLAY.
The game is played by moving the cursor along the red arteries and clicking on the various pieces of your patient’s anatomy that are ailing him to remove.
Catch Game Cards Catch Game Cards Make a Card Go to the Top Fall Down
Animate a Sprite. By M, M and C P6
Scratch – Simple Programming
Presentation transcript:

Scratch Flappy Bird Coding By Aaisha Ahmed

This is called the velocity it keeps the bird moving through out the whole game. (moving up & down) When you die, the spacebar automatically stops working so the dead=no and the velocity mixed together makes it get alive again.

This makes the sound (hand clap) if dead=no also it makes the game reset if dead=yes When the green flag is clicked it brings a new flappy into the game in place of the bird.

If Dead = no it makes the sound Drum Buzz. When you Flappy dies the top part helps the game to reset and also the velocity and the dead mix helps it to reset the game.

This code switches to the next costume when once either its died or you restart the game. This code makes the pipe move to different places when u start the game.

This code makes your score to your high score and it changes automatically so you know what it is. In this code when you click the green flag your score is a variable so it will change automatically.