Construct 2 Game Development Shahed Chowdhuri Sr Technical

  • Slides: 15
Download presentation
Construct 2 Game Development Shahed Chowdhuri Sr. Technical Evangelist shchowd@microsoft. com

Construct 2 Game Development Shahed Chowdhuri Sr. Technical Evangelist shchowd@microsoft. com

Construct 2 from Scirra Download Now! scirra. com

Construct 2 from Scirra Download Now! scirra. com

Space Shooter Tutorial

Space Shooter Tutorial

Insert New Objects Our Objects • Background • Explosion • Lasers • Score Text

Insert New Objects Our Objects • Background • Explosion • Lasers • Score Text • Spaceships • Rock • Keyboard • Function

Add Text Boxes for Scores Note: Properties panel shows text font, color and size.

Add Text Boxes for Scores Note: Properties panel shows text font, color and size.

Add Behaviors Some Behaviors: • Platform • Bound. To. Layout • Flash • Physics

Add Behaviors Some Behaviors: • Platform • Bound. To. Layout • Flash • Physics • Fade • Bullet • Destroy. Outside. Layout

Properties & Behaviors • • Players (1, 2) Rock Explosion Lasers (blue/red)

Properties & Behaviors • • Players (1, 2) Rock Explosion Lasers (blue/red)

Add Global Variables Note: In your Event Sheet, right-click blank area to “Add global

Add Global Variables Note: In your Event Sheet, right-click blank area to “Add global variable”

Add Controls to Event Sheet Notes: • Player 1 uses W-A-D keys • Player

Add Controls to Event Sheet Notes: • Player 1 uses W-A-D keys • Player 2 uses arrow keys

Create Rock Objects

Create Rock Objects

Add Function to Destroy Rock Note: First, add Function object.

Add Function to Destroy Rock Note: First, add Function object.

Handle Rock Collisions with Players Note: Flash player upon collision.

Handle Rock Collisions with Players Note: Flash player upon collision.

Handle Laser Collisions with Rocks Note: Call Destroy. Rock() function, then update score.

Handle Laser Collisions with Rocks Note: Call Destroy. Rock() function, then update score.

Play Your Game! Notes: • Player 1 uses W-A-D keys • Player 2 uses

Play Your Game! Notes: • Player 1 uses W-A-D keys • Player 2 uses arrow keys

Resources & Communities Construct 2 Index Page, on my website: • http: //Wake. Up.

Resources & Communities Construct 2 Index Page, on my website: • http: //Wake. Up. And. Code. com/construct 2 Construct 2 Indie Game Developers, on Facebook • http: //facebook. com/groups/Construct 2 Devs Construct 2 Brasil, on Facebook • https: //www. facebook. com/groups/Construct 2 BR Video Tutorials, on Microsoft Virtual Academy • http: //aka. ms/mva-construct 2