flappybirdspart3

4
Developing your game PART 3 – ADDING ENEMIES

Upload: beagledave

Post on 12-Jul-2015

39 views

Category:

Education


0 download

TRANSCRIPT

Page 1: Flappybirdspart3

Developing your gamePART 3 – ADDING ENEMIES

Page 2: Flappybirdspart3

Adding Enemies

Make a series of enemies (or perhaps just one) to add to your

game. You can create these in Scratch or externally.

Destroy School

Destroy School

Page 3: Flappybirdspart3

Once you’ve imported your sprite (enemy) – Double click on it to get into it’s CODING WINDOW

Step 1

Page 4: Flappybirdspart3

Add these code blocks to the window for your enemy Sprite.(make sure you’re in the right

sprite!)

Step 2

*This bit of code will make theEnemy go across the screen andBounce if it hits the wall.