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.

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

Events in Alice By Henry Qin, edited by Jenna Hayes under the direction of Professor Susan Rodger Duke University, August 2008.
Flappy bird guide for Scratch
Lets Play Catch! Keeping Score in Alice By Francine Wolfe Duke University Professor Susan Rodger May 2010.
Helicopter Game Tutorial
mike How fast can you identify all the shapes? See if you can beat the clock by identifying all the shapes before the time expires. Challenge yourself.
Scratch Programming Session 9 of 10 Review elements to use in stories, games, etc.
Scratch Understanding some programming techniques using Scratch Resetting, Parallelism and Events.
Making a Flappy Birds Game A INTRODUCTION TO MAKING A FLAPPY BIRDS TYPE GAME.
This is what you have to do: - Sit straight in front of your computer screen - Look at the screen without moving - Press the button “Take picture”. -
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.
Jeopardy Start Click the Start button to go to the Category Board and begin the game. On the Category Board, click the button of your choice to select.
Making a Timer in Alice.
Introduction to Scratch!
The 4 th grade Nutley TALENT cohort shares: SCRATCH.
How to make Space Invaders
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.
Finding the missing number PPT Game. Divide your class into teams. Divide your class into teams. Start with the first question. Start with the first question.
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.
Unit 1.2 By Cheyenne Morgan. Sequencing projects 1 This one is based on vocals,drums, bass, clavinet and lead synth. This one is the one with different.
Buttons and Birds: Introduction to Interactive Events in Alice By Henry Qin, edited by Jenna Hayes under the direction of Professor Susan Rodger Duke University,
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.
Video in Power Point Objective Able to insert video in power point Able to make video play by itself Able to change volume of video Able to cut out part.
Scratch pong challenge Pong is a classic 1970s video game  Open the pongv1.sb2 file in Scratch  Click the.
Creating a Simple Game in Scratch Barb Ericson Georgia Tech June 2008.
Image #1 Getting Started
AZGLA.COM Statistics & Game ResultsTutorial Available for download at By Andrew Kay.
The Web Browser Button Game Click to play Click to play.
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.
From last time… Explore the blue commands from the motion menu Find at least three ways to get the sprite to move to the UPPER LEFT corner.
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.
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.
Making a Flappy Birds Game PART 2 – MAKING THE BIRD FLAP AND FALL – AND DEVELOPING THE GAME FURTHER (ADDING ADDITIONAL CHARACTERS, GOODIES, ENEMIES AND.
Scratch Part 2 – Character Commands. What does a command do?  Commands in programming allow an object whatever it is to do something. In the case of.
Creating a Simple Game in Scratch Barb Ericson Georgia Tech May 2009.
Game Maker Tutorials Introduction Clickball IntroductionClickball Where is it? Shooting Where is it?Shooting.
Communicating between objects MESSAGE PASSING. CHALLENGE Can YOU do WHACK a MOLE in less than 5 minutes?????
Scratch Helicopter Game
Scratch Unit Overview We are going to look at computer programming and how to create your very own computer game The piece of software we will be using.
Exploring Computer Science Lesson 4-13
Automatic lights.
Games Programming in Scratch
Object of the game Yahtzee Large straight Small straight Full house
Stopwatch Cards Stopwatch Cards
Areas of the SCRATCH 2 Screen
Go to =>
Lesson Objectives To understand how to make sprites interact
Go to =>
Exploring Computer Science Lesson 4-13
Stopwatch Cards Stopwatch Cards
Go to =>
Object of the game Yahtzee Large straight Small straight Full house
Flappy bird Demo: Lesson 5 Flappy bird Demo:
Stopwatch Cards Stopwatch Cards
Image #1 Getting Started
Exploring Computer Science Lesson 4-12
Stopwatch Cards Stopwatch Cards
Directions: For slides 2 to 12, count the change as the coins and bills appear on the screen. Before clicking the final answer, count the change to yourself.
Exploring Computer Science Lesson 4-13
Creating a Simple Game in Scratch
Scratch Racing.
Stopwatch Cards Stopwatch Cards
In this task you will see different shapes.
Exploring Computer Science Lesson 4-12
Object of the game Yahtzee Large straight Small straight Full house
Object of the game Yahtzee Large straight Small straight Full house
Stopwatch Cards Stopwatch Cards
Presentation transcript:

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 the spacebar, then flappy starts to move and goes forward. The buttons that make it do that are these two. When flappy dies, then these two buttons do their thing.

For pipe one, you don’t really need to press anything because it just works itself automatically when you press the green flag. To get the pipes, you need to make them yourself on paint that is already on scratch. It can be a bit tricky to make, because you need to make them as straight as you can. And when you make them you need to make its controls which takes about 2 minutes. Pipe two is actually the same, but it has some different things to pipe one. Pipe 1 Pipe 2Also, the pipes move up and down when you are playing the game. This is because I want to make the game challenging and not boring to play. So, when you play it then you will notice them moving.

This is the coding for the vignette. The vignettes job is to stop little flappy from going out the screen, and makes sure that it doesn’t disappear from the game while you are playing. So, the vignettes are just two black lines that are at the side of the screen that stop flappy from disappearing from the game.

This code is for the score. So, basically what this does is when you have bumped into a pole, then this lights up. What this does is it keeps count on your score and when you have a high score.