Derived from Kirill Muzykov’s Rocket Mouse Tutorial WakeUpAndCode.com.

Slides:



Advertisements
Similar presentations
Sprite-visual object (actor on the stage) Scripts- Tells actors (sprites) what to do.
Advertisements

Create a Simple Game in Scratch
Window Movie Maker Presented by Mr. Bran.
Create a Simple Game in Scratch
Burning a Video or File to a CD 1.Double click on the Nero- Burning Rom icon on your desktop or go to “Start” > “Programs” > “ahead Nero” > “Nero Burning.
Add sound effects to a presentation Play music from a CD Playing music from a CD gives you a wealth of choices for background music. You can select tracks.
Royalty Free Music for Schools Do You Have the To Do a Podcast?
Royalty Free Music for Schools Do You Have the To Do a Podcast?
Audacity: a step-by-step tutorial Presented by: Terry W. Hoffland.
Windows 8 Windows Phone 8 Web Mobile … and WakeUpAndCode.com.
Windows Movie Maker. Lights! Camera! Action! Produce a movie using Movie Maker.
Derived from Kirill Muzykov’s Rocket Mouse Tutorial WakeUpAndCode.com.
GameCamp! and Game Davis Introduction to Unity®
Using Photostory. Creating a Visual Audio Story in Microsoft Photo Story 3 Before you begin, you will need to save images and sounds to file ready for.
Where I am saving it Double click on the folder that says “My Music” so that it shows in the Save In box. Double click on the folder “Sound bites”
HELLO WORLD: YOUR FIRST PROGRAM CHAPTER Topics  Hello World?  Creating a Unity Project –The Unity Project Folder  MonoDevelop: Unity's Code Editor.
Windows 8 Windows Phone 8 Web Mobile … and WakeUpAndCode.com.
Based on Roll-a-ball video tutorial from Unity Technologies Part WakeUpAndCode.com.
Windows 8 Windows Phone 8 Web Mobile … and WakeUpAndCode.com.
Unity 3D game IDE 1.  Unity is a multi-platform, integrated IDE for scripting games, and working with 3D virtual worlds  Including:  Game engine ▪
Window Movie Maker PRESENTED BY MARTIN SEBERA What is Windows Movie Maker?  Windows Movie Maker is a fun and easy to use video editing program that.
GAME:IT Junior Bouncing Ball Objectives: Create Sprites Create Sounds Create Objects Create Room Program simple game.
First create a folder with your pictures/ images needed to create the story Then open Photostory 3. Click on begin a new story and click next.
Creating an Enhanced Podcast Using a Mac Jen La Certe Chaparral Middle School.
Code Club Session 2 Dance Party. What will we learn ?  How to change the background  How to create animations  How to make objects talk to each other.
How to make an interactive PowerPoint in which you will….. Add hyperlinks to move to different parts of the presentationAdd hyperlinks to move to different.
Derived from Kirill Muzykov’s Rocket Mouse Tutorial WakeUpAndCode.com.
UFCEKU-20-3Web Games Programming Unity 3D Basic Concepts Using and Creating Prefabs.
Getting a video from the Internet Getting a video from the Internet (1 of 9) 1. Click the Web toolbar button on the Standard toolbar. 1.
Making a Playable DVD movie using your digital photos And adding music to the movie.
Media in PowerPoint Learning Goal: Today you are going to explore how music and video can be added to a presentation.
Activity 2 Mix a WAV file and the sound from a youtube video In this activity, we are going to mix the WAV file created in Activity 1and the sound file.
Change sound track. What to Learn Able to split the sound track from a video by – Right click a clip – Split audio button Know the difference of voice.
Unity 5 Visual Studio Code * Asset Store * FPS * Terrain.
Getting Started with Scratch Version 1.4 Visit
By Jane Cable DOWNLOADING SOUNDS To Use With Windows Events To Use With Windows Events.
Export & Publish a Universal Windows Platform WakeUpAndCode.com.
Inserting Music into PowerPoint Diane Newby, Ed.D.
SE 320 – Introduction to Game Development Lecture 3: Unity’s Interface and Concepts Lecturer: Gazihan Alankuş Please look at the last two slides for assignments.
Adding Sound Files to a Power Point Presentation.
Unit 3 Music and Sound Evangel College S.2 ICT.
Creating a Simple Game in Scratch Barb Ericson Georgia Tech June 2008.
Introduction to Scratch. What is Scratch? Scratch is a control program that enables you to create your own interactive stories, animations, games, music,
Derived from Kirill Muzykov’s Rocket Mouse Tutorial WakeUpAndCode.com.
Introduction to Computer Programming - Project 2 Intro to Digital Technology.
 SCRATCH is a new programming language that lets you create your own interactive stories, animations, games, music, and art.
Game Maker Evil Clutches.
Animations Sampler Click the Animations tab, then choose Custom Animation.
PowerPoint Basics Tutorial 2: A Slide Show In this tutorial you’re going to create a presentation from scratch. You will have to keep this presentation.
If you don’t have Google Earth downloaded already, you can go to to get it.
How to edit sound files By Hai Yang. You can use any sound file edit program to edit sound files, here is a example of using Microsoft Moviemaker to edit.
Creating a Zip File with a Password. 1.Right Click on the File or Folder you want to Zip. 2.Choose “Add to Zip”
ICT/COMPUTING RULES Only use software allowed by the teacher
INTRO TO UNITY Building your first 3D game. DISCLAIMER  “This website is not affiliated with, maintained, endorsed or sponsored by Unity Technologies.
Creating a Simple Game in Scratch Barb Ericson Georgia Tech May 2009.
Introducing Scratch Learning resources for the implementation of the scenario
Instructions Quit H Robinson. Quit Start Game H Robinson Instructions: Enable Macros when prompted. If you were not prompted then open PowerPoint, go.
Game Maker Tutorials Introduction Clickball IntroductionClickball Where is it? Shooting Where is it?Shooting.
PowerPoint Grades 3-5.
Unity 2D: Step by Step, Part 4
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.
Change sound track.
Unity 2D: Step by Step, Part 2
lecture 8 Our First Project
Change sound track.
How to Open PowerPoint Maryam Fatima.
Creating a Simple Game in Scratch
AUDACITY Home Home Preparation Step1 Step2 Step3 Step4 Step5 Step6 Step7 Step8 Step9 Step10PreparationStep1Step2Step3Step4Step5Step6Step7Step8Step9Step10.
Construct 2 Game Development: Flapping Bird
Presentation transcript:

Derived from Kirill Muzykov’s Rocket Mouse Tutorial WakeUpAndCode.com

Add new instance variable

This 1 line calls DisplayGemsCount()

Drag gem into Gem Icon Texture

Run See your score on the top left!

You can add it to the bottom of the class, just before the class ends

Add a call to DisplayRestartButton()

Run What happens when the cat touches a laser?

You can now restart the game, with the new button!

a)Go to b)Add a laser sound. c)Click “Play” on the right to hear it. d)Click Export Wav to download the file. b a c d

Click Save

Verify

In Prefabs folder, select “laser” prefab

For the laser object, click Add Component  “Audio” Click “Audio” Click “Audio Source”

For the laser object in Prefabs… … verify “Audio Source”

With laser prefab selected…

… click Prefabs folder, then drag your Laser sound into Audio Clip under Audio Source Also, uncheck “Play on Awake” checkbox

Add if statement to play laser sound

Run You should hear the laser sound on collision with the laser!

Repeat steps a-b-c-d for Pickup/Coin Explosion Hit/Hurt a)Go to b)Add a sound. c)Click “Play” on the right to hear it. d)Click Export Wav to download the file. b a c d

Click Save New Sounds Pickup/Coin Explosion Hit/Hurt

Click “Apply” for each Uncheck 3D Sound for each sound clip

1.Select “Cat” in Hierarchy 2.Click “Add Component”

Click “Audio” Click “Audio Source”

Verify 2 Audio Sources for Cat!

Drag “Explosion” and “Hit_Hurt” into each empty Audio Clip

For both Audio Sources, enable: Play on Awake Loop

Add 2 new instance variables

Add this 1 line at the end of FixedUpdate()

Drag “Explosion” Audio Source into JetPack Audio under Cat’s Script Component

Drag “Hit_Hurt” Audio Source into Footsteps Audio under Cat’s Script Component

Add 1 new instance variable

Add 1 new line to play sound

Drag Pickup_Coin audio file into “Gem Collec Sound” under Cat’s script

Run Do you hear the sounds?

For the Main Camera… Click “Audio Source”… click Add Component  “Audio”

Verify Audio Source in Inspector

Drag music audio to Camera’s audio clip Enable Play on awake Loop

Click File  Build Settings…

Choose one of many platforms!