Create Your Own Game Helpful Scripts.

Slides:



Advertisements
Similar presentations
Create a Simple Game in Scratch
Advertisements

In this tutorial, we are going to create: A race car that the user can control with the arrow keys for direction and speed. A simulated road with a striped.
Create a Simple Game in Scratch
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.
GameCamp! and Game Davis Creating a 2D Platformer in Unity.
Windows 8 Windows Phone 8 Web Mobile … and WakeUpAndCode.com.
Game city International Starting on the road to programming. This project is all about learning how to program using scratch and other languages. The aim.
Introduction to.
Pivot Introduction.
Institute for Personal Robots in Education (IPRE)‏ CSC 170 Computing: Science and Creativity.
Play Road Game to understand the game Click on each sprite to understand its script Think about a different place that a sprite would have to get across.
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.
Overview of Game Maker. Game Maker Version 7.0 Lite (free version) For MS-Windows platforms
Creating a Simple Game in Scratch Barb Ericson Georgia Tech June 2008.
Image #1 Getting Started
Create a Halloween Computer Game in Scratch Stephanie Smullen and Dawn Ellis Barb Ericson October 2008.
Intro CS – Screens and Variables Lesson Plan 9. Goals  Using sprites as full screens (Start screen, Game over)  Using layering to control ordering of.
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.
Trigonometry Application
Games Programming in Scratch
 SCRATCH is a new programming language that lets you create your own interactive stories, animations, games, music, and art.
Programming a Shooter Game Design.
Get Going On ….. Load the word file ‘Glossary’ and complete it. You will have homework today.
Games Design. Lesson Aims To gain an understanding of how Scratch works so that we can use it to create our game.
UTILIZING SCRATCH FOR LESSONS. EngagementExplorationExplanation ElaborationEvaluation.
University Learning in Schools Computing Games Programming Lesson 5.
Choose Sprite. Add collision event for object and add score action. Set your score to plus 100 and check relative.
Making a Flappy Birds Game PART 2 – MAKING THE BIRD FLAP AND FALL – AND DEVELOPING THE GAME FURTHER (ADDING ADDITIONAL CHARACTERS, GOODIES, ENEMIES AND.
Stencyl Visual Programming Dr. Gary Liu. Sections: 1: Game Development Concepts 2: Stencyl and Game Mechanics 3: Stencyl Story and Aesthetics 4: stencyl.
Animating your Sprites to Make Greeting Cards. This lesson will lead you through: Selecting a background Adding letter sprites Using the random function.
Intro CS – Costumes and Variables Lesson Plan 6. Goals  Understanding Costumes, Ordering, Naming  Switching Costumes with Switch and Next  Using Variables.
GAME:IT Mario Creating Platform Games Level 4 with GML Game Maker Language (GML) allows users more flexibility in game design. GML is similar to how real.
Scratch : Animation and game programming Task 2: A cat and a dog.
Creating a Simple Game in Scratch Barb Ericson Georgia Tech May 2009.
Scratch : Animation and game programming Task 6: Space travel.
Index Background Costumes Making object walk smoothly Controlling an object with the keyboard Control an object with the mouse Changing costume when hit.
LEARNING SCRATCH: PRESENTATION 4 PRESENTATION 1: GETTING STARTED 1 Broadcast Messages Today, we'll learn how to get our sprites to act together, and build.
Create a Halloween Computer Game in Scratch
Customise & Explain your game
Intro CS – Screens and Variables
Scratch for Interactivity
Today's Challenge: More Animation Storytelling and Scrolling!
How to work with your sprite
Exploring Computer Science Lesson 4-14
Creating a Tank Game in Scratch
Scratch: Animation and game programming
Today's Ninja Challenge: Make Better GhostBuster Game
Cosmic Chorus Green Book, Ch 5.
BYOB – Costumes.
Scratch – Simple Programming
Cosmic Chorus.
Motion and Looks.
Lesson 1 Introduction to Scratch Basic blocks
Areas of the SCRATCH 2 Screen
YEAR 7 PROGRAMMING SCRATCH & E-SAFETY UNIT WRAPPER
ICT Gaming Lesson 3.
Flappy bird Demo: Lesson 5 Flappy bird Demo:
Image #1 Getting Started
Game Over Module 4 Lesson 2.
Scratch: Animation and game programming
Scratch: Animation and game programming
Scratch: Animation and game programming
Game development using Scratch
Exploring Computer Science Lesson 4-14
Creating a Simple Game in Scratch
Scratch Racing.
Introducing Scratch and Creating Sprite
Scratch 7B IT1.
Scratch: Animation and game programming
Presentation transcript:

Create Your Own Game Helpful Scripts

Jumping http://wiki.scratch.mit.edu/wiki/Jumping

Smooth Jumping http://scratch.mit.edu/projects/beepbeep/365576 Press space to see it. This script allows a sprite to jump naturally and smoothly. It uses the sine function to adjust the speed of the jump. Download and use it in your projects. It could be very useful; in a scrolling game.

Jumping with Gravity http://scratch.mit.edu/projects/dasketchmaster/602557

Costumes http://wiki.scratch.mit.edu/wiki/Costume

Changing Costumes Animating Letters with Costumes http://www.youtube.com/watch?v=rn_-omz64o

Platforms

Platform Script 1 http://scratch.mit.edu/projects/Chronicle/1239285

Moving Platform Advice http://scratch.mit.edu/forums/viewtopic.php?id=37311 http://scratch.mit.edu/projects/JSO/1105685 (Example)

Scrolling

Scrolling Scrolling Sprites http://wiki.scratch.mit.edu/wiki/Scrolling_(sprites) Scrolling Backgrounds http://wiki.scratch.mit.edu/wiki/Scrolling_Background_Tutorial Scrolling Done Right (Example) http://scratch.mit.edu/projects/archmage/76150

Game Ideas http://wiki.scratch.mit.edu/wiki/Jumping

Keeping Score

Keeping Score

Pineapple http://scratch.mit.edu/projects/PR0G4M3R4563/3185345

Donkey Kong http://scratch.mit.edu/projects/Deweybears/20922

Mortal Kombat http://scratch.mit.edu/projects/peturwems/23075

Mario Demo http://scratch.mit.edu/projects/Zelda123/308878