SlideShare a Scribd company logo
1 of 67
Derived from Kirill Muzykov’s Rocket Mouse Tutorial
http://www.raywenderlich.com/69392/make-game-like-jetpack-joyride-unity-2d-part-1
@shahedC
WakeUpAndCode.com
Getting Started
> Adding the Player
> Adding Code
> Ups & Downs
Effects & Objects
http://wakeupandcode.com/public_downloads/ms-UnityGameDev-
ShahedChowdhuri-Meetup-2014-06-11.pptx
http://WakeUpAndCode.com/u
http://cdn4.raywenderlich.com/wp-
content/uploads/2014/03/RocketMouse_Unity_Resources.zip
… then, click “Create”
Enter project location (empty folder)
… Select 2D…
Verify 2D in
Inspector
Click Edit  Project Settings  Editor
Select
“Main Camera”
in hierarchy
Verify
Transform
Position
(0, 0, -10)
Verify
“Orthographic”
Projection
In Project panel,
right-click
“Assets”
folder
Click Create, then Folder
Name it “Scenes”
Click File  Save Scene
Name your scene, click Save
Inside “Scenes” subfolder…
1. In the Game panel…
2. Click the list of dimensions
3. Click [+] to “Add New Item”
1
2
3
1. Label it “Landscape”
2. Width & Height = 1136 x 640
3. Click OK.
Select Main Camera
in Hierarchy
Update Size to 3.2
Drag to Assets
Audio and Sprites
subfolders
Drag into Scene
Right-click
“Fly”
then click
Rename
Name it
“Cat”
Select “Cat”
in the
Hierarchy
In the Inspector panel,
update Position:
• X = 0
• Y = 0
• Z = 0
Click “Add Component”  Physics 2D  Circle Collider 2D
In the Inspector panel,
update Radius
for Circle Collider 2D
• Radius = 0.5
Click “Add Component”  Physics 2D  Rigidbody 2D
In the Inspector panel,
check “Fixed Angle”
The cat falls down!
Run
Right-click Assets, click Create  Folder Name it “Scripts”
Right-click Scripts, click Create  C# Script Name it “CatController”
Drag Script
to Cat
Verify Script Component
Click Edit  Preferences Under External Tools, select your Script Editor
e.g. MonoDevelop or Visual Studio
Tip: Browse for devenv.exe in your Program Files folder if you don’t see Visual Studio
Double-Click Script Name
Script should launch in MonoDevelop or Visual Studio
Class Begins {
} Class Ends
} Class Ends
From top menu, click File  Save
Or, click Ctrl S on your keyboard.
Make the cat jump up as it falls!
Run
Update Gravity
• X = 0
• Y = -15
Click Edit
Project Settings
Physics 2D
Does the cat stay down with more force?
Run
Click “Game Object”  Create Empty Verify Game Object
in Hierarchy
In Hierarchy tab,
• right-click empty Game Object
• click Rename
• name it “Floor”
With Floor selected in Hierarchy:
• Update Transform properties:
• Position:
• X = 0
• Y = -3.5
• Z = 0
• Scale:
• X = 14.4
• Y = 1
• Z = 1
Click “Add Component”  Physics 2D  Box Collider 2D
Green Box Collider for Floor
Floor is selected
in Hierarchy
Click “Game Object”  Create Empty Verify Game Object
in Hierarchy
In Hierarchy tab,
• right-click empty Game Object
• click Rename
• name it “Ceiling”
With Floor selected in Hierarchy:
• Update Transform properties:
• Position:
• X = 0
• Y = 3.7
• Z = 0
• Scale:
• X = 14.4
• Y = 1
• Z = 1
Click “Add Component”  Physics 2D  Box Collider 2D
Green Box Collider for Floor
Both are selected
in Hierarchy
Green Box Collider for Ceiling
The cat should stop at the ceiling and floor!
Run
Click “Game Object”  Create Other  Particle System
Verify Particle System
in HierarchyVerify Particle System
in Scene
Verify Particle System
is a child of Cat
Drag Particle System
to Cat in Hierarchy
Right-click
“Particle System”
then click
Rename
Name it
“jetpackFlames”
In the Inspector panel for jetpackFlames, update:
• Transform:
• Position:
• X = -0.62
• Y = -0.33
• Z = 0
• Rotation:
• X = 50
• Y = 270
• Z = 270
• Particle System
• Start Lifetime = 0.5
• Start Size = 0.3
• Start Color:
• RGB = 255, 135, 40
• Emission
• Rate = 300
• Shape
• Shape = Cone
• Angle = 12
• Radius = 0.1
• Random Direction 
1. Scroll down,
then check
“Color over
Lifetime”
2. Click the color box
3. Select
top-right
slider
4. Set value
to 0 (zero)
Drag Mountains
into Scene
Drag Mountains
into Scene
Set Transform
Position:
• X = 0
• Y = 0
• Z = 0
Click to
Add Sorting Layer…
Select
Cat in
Hierarchy
Add Layers for
1. Background
2. Decorations
3. Objects
4. Player
Click + icon
to add each
new layer
Assign Sorting Layer
Select Player
Assign Sorting Layer
Select Background
Right-click Scripts, click Create  C# Script
Name it
“ParticleSortingLayerFix”
Drag Script
to jetpackFlames
Verify Script
Component
Double-Click
Script Name
Start() Begins {
} Start() Ends
Run
Ninja Cat Flyer - 1 of 6

More Related Content

What's hot (7)

NewTek Lightwave 3D: Modeler II
NewTek Lightwave 3D: Modeler IINewTek Lightwave 3D: Modeler II
NewTek Lightwave 3D: Modeler II
 
Instructions for Scratch Pong Game Adaptation to use with MaKey MaKey
Instructions for Scratch Pong Game Adaptation to use with MaKey MaKeyInstructions for Scratch Pong Game Adaptation to use with MaKey MaKey
Instructions for Scratch Pong Game Adaptation to use with MaKey MaKey
 
CETS 2013, Kate Leifheit, handout for Building a Flash Card Interaction with ...
CETS 2013, Kate Leifheit, handout for Building a Flash Card Interaction with ...CETS 2013, Kate Leifheit, handout for Building a Flash Card Interaction with ...
CETS 2013, Kate Leifheit, handout for Building a Flash Card Interaction with ...
 
NewTek Lightwave 3D: Modifying Lightwave Objects
NewTek Lightwave 3D: Modifying Lightwave ObjectsNewTek Lightwave 3D: Modifying Lightwave Objects
NewTek Lightwave 3D: Modifying Lightwave Objects
 
3 Kodu
3 Kodu3 Kodu
3 Kodu
 
Power pointlabs quick tutorial
Power pointlabs quick tutorialPower pointlabs quick tutorial
Power pointlabs quick tutorial
 
Kodu
KoduKodu
Kodu
 

Viewers also liked

Car Game - Final Year Project
Car Game - Final Year ProjectCar Game - Final Year Project
Car Game - Final Year Project
Vivek Naskar
 
WW2 Aircraft
WW2 AircraftWW2 Aircraft
WW2 Aircraft
kyt1968
 

Viewers also liked (18)

2D Video Games with MacRuby
2D Video Games with MacRuby2D Video Games with MacRuby
2D Video Games with MacRuby
 
Xna 2 D Game Programming
Xna 2 D Game ProgrammingXna 2 D Game Programming
Xna 2 D Game Programming
 
Corporate Presentation
Corporate PresentationCorporate Presentation
Corporate Presentation
 
Sviluppare Videogiochi in 2D con Unity
Sviluppare Videogiochi in 2D con UnitySviluppare Videogiochi in 2D con Unity
Sviluppare Videogiochi in 2D con Unity
 
Skripsi pemodelan-virtual-reality-sebagai-media-promosi-digital-pada-perum-ja...
Skripsi pemodelan-virtual-reality-sebagai-media-promosi-digital-pada-perum-ja...Skripsi pemodelan-virtual-reality-sebagai-media-promosi-digital-pada-perum-ja...
Skripsi pemodelan-virtual-reality-sebagai-media-promosi-digital-pada-perum-ja...
 
Mobile Game Development in Unity
Mobile Game Development in UnityMobile Game Development in Unity
Mobile Game Development in Unity
 
Car Game - Final Year Project
Car Game - Final Year ProjectCar Game - Final Year Project
Car Game - Final Year Project
 
Presentasi Seminar Unity (AMIKOM Game Dev)
Presentasi Seminar Unity (AMIKOM Game Dev)Presentasi Seminar Unity (AMIKOM Game Dev)
Presentasi Seminar Unity (AMIKOM Game Dev)
 
Game Development with Unity
Game Development with UnityGame Development with Unity
Game Development with Unity
 
Bài 5: Thiết kế giao diện - Giáo trình FPT
Bài 5: Thiết kế giao diện - Giáo trình FPTBài 5: Thiết kế giao diện - Giáo trình FPT
Bài 5: Thiết kế giao diện - Giáo trình FPT
 
Unity 5 Overview
Unity 5 OverviewUnity 5 Overview
Unity 5 Overview
 
2009.04 APEEC Presentation - A Joint Course of Design and Technology - User-O...
2009.04 APEEC Presentation - A Joint Course of Design and Technology - User-O...2009.04 APEEC Presentation - A Joint Course of Design and Technology - User-O...
2009.04 APEEC Presentation - A Joint Course of Design and Technology - User-O...
 
Inspiring new ways of mobile design and development
Inspiring new ways of mobile design and developmentInspiring new ways of mobile design and development
Inspiring new ways of mobile design and development
 
What is Unity?
What is Unity?What is Unity?
What is Unity?
 
Game designdocs
Game designdocsGame designdocs
Game designdocs
 
Scratch project
Scratch projectScratch project
Scratch project
 
WW2 Aircraft
WW2 AircraftWW2 Aircraft
WW2 Aircraft
 
#Gc2020 Innovation through game design thinking, play and experience
#Gc2020 Innovation through game design thinking, play and experience#Gc2020 Innovation through game design thinking, play and experience
#Gc2020 Innovation through game design thinking, play and experience
 

Similar to Ninja Cat Flyer - 1 of 6

Polybot Onboarding Process
Polybot Onboarding ProcessPolybot Onboarding Process
Polybot Onboarding Process
Nina Park
 
Introduction to-unity
Introduction to-unityIntroduction to-unity
Introduction to-unity
vafa3
 

Similar to Ninja Cat Flyer - 1 of 6 (20)

Rollerball: 1 of 2
Rollerball: 1 of 2Rollerball: 1 of 2
Rollerball: 1 of 2
 
Rollerball: 2 of 2
Rollerball: 2 of 2Rollerball: 2 of 2
Rollerball: 2 of 2
 
Introduction to Unity3D and Building your First Game
Introduction to Unity3D and Building your First GameIntroduction to Unity3D and Building your First Game
Introduction to Unity3D and Building your First Game
 
Building your first game in Unity 3d by Sarah Sexton
Building your first game in Unity 3d  by Sarah SextonBuilding your first game in Unity 3d  by Sarah Sexton
Building your first game in Unity 3d by Sarah Sexton
 
Lecture2_practice.pdf
Lecture2_practice.pdfLecture2_practice.pdf
Lecture2_practice.pdf
 
STEM Camp Virtual Reality
STEM Camp Virtual RealitySTEM Camp Virtual Reality
STEM Camp Virtual Reality
 
Unity3 d devfest-2014
Unity3 d devfest-2014Unity3 d devfest-2014
Unity3 d devfest-2014
 
Let's make a game unity
Let's make a game   unityLet's make a game   unity
Let's make a game unity
 
How to Build and Deploy to HoloLens
How to Build and Deploy to HoloLensHow to Build and Deploy to HoloLens
How to Build and Deploy to HoloLens
 
Polybot Onboarding Process
Polybot Onboarding ProcessPolybot Onboarding Process
Polybot Onboarding Process
 
Intro to Construct 2: Ghost Shooter - Step by Step
Intro to Construct 2: Ghost Shooter - Step by StepIntro to Construct 2: Ghost Shooter - Step by Step
Intro to Construct 2: Ghost Shooter - Step by Step
 
HoloLens Programming Tutorial: AirTap & Spatial Mapping
HoloLens Programming Tutorial: AirTap & Spatial MappingHoloLens Programming Tutorial: AirTap & Spatial Mapping
HoloLens Programming Tutorial: AirTap & Spatial Mapping
 
Soc research
Soc researchSoc research
Soc research
 
Lecture 4: ITS488 Digital Content Creation with Unity - Game and VR Programming
Lecture 4: ITS488 Digital Content Creation with Unity - Game and VR Programming Lecture 4: ITS488 Digital Content Creation with Unity - Game and VR Programming
Lecture 4: ITS488 Digital Content Creation with Unity - Game and VR Programming
 
Introduction-to-Unity.ppt
Introduction-to-Unity.pptIntroduction-to-Unity.ppt
Introduction-to-Unity.ppt
 
Introduction to-unity
Introduction to-unityIntroduction to-unity
Introduction to-unity
 
Introduction-to-Unity.ppt
Introduction-to-Unity.pptIntroduction-to-Unity.ppt
Introduction-to-Unity.ppt
 
Get Into Sprite Kit
Get Into Sprite KitGet Into Sprite Kit
Get Into Sprite Kit
 
Installation and your first code
Installation and your first codeInstallation and your first code
Installation and your first code
 
Lecture 2: C# Programming for VR application in Unity
Lecture 2: C# Programming for VR application in UnityLecture 2: C# Programming for VR application in Unity
Lecture 2: C# Programming for VR application in Unity
 

More from Shahed Chowdhuri

More from Shahed Chowdhuri (20)

ASP.NET Core 2.1: The Future of Web Apps
ASP.NET Core 2.1: The Future of Web AppsASP.NET Core 2.1: The Future of Web Apps
ASP.NET Core 2.1: The Future of Web Apps
 
ASP.NET Core 2.1: The Future of Web Apps
ASP.NET Core 2.1: The Future of Web AppsASP.NET Core 2.1: The Future of Web Apps
ASP.NET Core 2.1: The Future of Web Apps
 
Cloud-Backed Mixed Reality: HoloLens & Azure Cognitive Services
Cloud-Backed Mixed Reality: HoloLens & Azure Cognitive ServicesCloud-Backed Mixed Reality: HoloLens & Azure Cognitive Services
Cloud-Backed Mixed Reality: HoloLens & Azure Cognitive Services
 
ASP.NET Core 2.1: The Future of Web Apps
ASP.NET Core 2.1: The Future of Web AppsASP.NET Core 2.1: The Future of Web Apps
ASP.NET Core 2.1: The Future of Web Apps
 
Cloud-Backed Mixed Reality with HoloLens & Azure Cognitive Services
Cloud-Backed Mixed Reality with HoloLens & Azure Cognitive ServicesCloud-Backed Mixed Reality with HoloLens & Azure Cognitive Services
Cloud-Backed Mixed Reality with HoloLens & Azure Cognitive Services
 
Microsoft Cognitive Services
Microsoft Cognitive ServicesMicrosoft Cognitive Services
Microsoft Cognitive Services
 
Intro to Bot Framework v3 with DB
Intro to Bot Framework v3 with DBIntro to Bot Framework v3 with DB
Intro to Bot Framework v3 with DB
 
Game On with Windows & Xbox One @ .NET Conf UY
Game On with Windows & Xbox One @ .NET Conf UYGame On with Windows & Xbox One @ .NET Conf UY
Game On with Windows & Xbox One @ .NET Conf UY
 
Game On with Windows & Xbox One!
Game On with Windows & Xbox One!Game On with Windows & Xbox One!
Game On with Windows & Xbox One!
 
Going Serverless with Azure Functions
Going Serverless with Azure FunctionsGoing Serverless with Azure Functions
Going Serverless with Azure Functions
 
ASP.NET Core 2.0: The Future of Web Apps
ASP.NET Core 2.0: The Future of Web AppsASP.NET Core 2.0: The Future of Web Apps
ASP.NET Core 2.0: The Future of Web Apps
 
Azure for Hackathons
Azure for HackathonsAzure for Hackathons
Azure for Hackathons
 
Intro to Xamarin: Cross-Platform Mobile Application Development
Intro to Xamarin: Cross-Platform Mobile Application DevelopmentIntro to Xamarin: Cross-Platform Mobile Application Development
Intro to Xamarin: Cross-Platform Mobile Application Development
 
Xbox One Dev Mode
Xbox One Dev ModeXbox One Dev Mode
Xbox One Dev Mode
 
What's New at Microsoft?
What's New at Microsoft?What's New at Microsoft?
What's New at Microsoft?
 
Capture the Cloud with Azure
Capture the Cloud with AzureCapture the Cloud with Azure
Capture the Cloud with Azure
 
Intro to HoloLens Development + Windows Mixed Reality
Intro to HoloLens Development + Windows Mixed RealityIntro to HoloLens Development + Windows Mixed Reality
Intro to HoloLens Development + Windows Mixed Reality
 
Intro to Bot Framework v3
Intro to Bot Framework v3Intro to Bot Framework v3
Intro to Bot Framework v3
 
Azure: PaaS or IaaS
Azure: PaaS or IaaSAzure: PaaS or IaaS
Azure: PaaS or IaaS
 
ASP.NET Core MVC + Web API with Overview
ASP.NET Core MVC + Web API with OverviewASP.NET Core MVC + Web API with Overview
ASP.NET Core MVC + Web API with Overview
 

Recently uploaded

Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Victor Rentea
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 

Recently uploaded (20)

Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Cyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdfCyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdf
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUKSpring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 

Ninja Cat Flyer - 1 of 6

Editor's Notes

  1. Title Page: Unity 2D: Step by Step Based on Kirill Muzykov’s Rocket Mouse Tutorial http://www.raywenderlich.com/69392/make-game-like-jetpack-joyride-unity-2d-part-1 By Shahed Chowdhuri Senior Technical Evangelist Blog: WakeUpAndCode.com Twitter: @shahedC
  2. Agenda Getting Started > Adding the Player > Adding Code > Ups & Downs Effects & Objects
  3. Getting Started
  4. Download Resources Kirill’s original Rocket Mouse resources: http://cdn4.raywenderlich.com/wp-content/uploads/2014/03/RocketMouse_Unity_Resources.zip Ninja Cat Flyer resources (Ninja Cat graphics added to above) Location: http://WakeUpAndCode.com/u File: NinjaCatFlyerResources.zip
  5. Adding the Player
  6. Adding Code
  7. Ups and Downs
  8. Effects & Objects
  9. Contact Web: OnekSoft.com Email: games@OnekSoft.com Twitter: @OnekSoftGames Microsoft email: shchowd@microsoft.com Personal Twitter: @shahedC R&D: OnekSoftLabs.com Dev Blog: WakeUpAndCode.com