You are on page 1of 2

COMPUTER COMMUNICATION DEVELOPMENT INSTITUTE

Rizal St., SorsogonCity


_________________________
Computer Graphics
(Game Development using Stencyl)

Part 1 – Creating a Game


(Setting up the Actors, Tileset, Scene and Background. 3pts)

1. Setup the First Actor SpinningBlade.png as first enemy/ obstacle.


2. Setup the Second Actor SpinningBlade Up.png as second
enemy/obstacle.
3. Setup the Third actor HappyBlock as main player.
4. Import the actor spinning coin.png
5. Import the Tileset Colorful1.png

Part 2 – Setting a game environment for your scenery resource from the figure
below. (5pts)
Size : 20 Tiles
height: 15 Tiles
Tile Width : 32 pixels and Tile Height: 32 pixels,
Figure 1:

SpinningBlade

SpinningBlade Up
Part 3 –Setting up the Collision and grouping of the actor. 7pts)
1. Happy Block - Player
 X-Position(left=3)
 Y-Position(Right=3)
 Width = 20
 Height=20
2. SpinningBladeUp and SpinningBlade (Enemy)
 X-Position(left=0)
 Y-Position(Right=0)
 Radius = 13
3. Spinning Coin(Actor)
 X-Position(left=0)
 Y-Position(Right=0)
 Width = 24
 Height=24

Part 4 – Adding Custom Events and Behavior (15pts)


1. Add/ attached a behavior on the SpinningBlade Up that will move
automatically up and down use the settings below.
 Speed = 10
 Initial Direction = up
 Distance Up = 150
 Distance Down = 0
2. Add/ attached a behavior on the SpinningBlade that will move
automatically up and down use the settings below.
 Speed = 10
 Initial Direction = down
 Distance Up = 0
 Distance Down = 150
3. Create a custom events, when the player hits the enemy group it will
destroy the player and reload the game again.
4. Create a custom actor behavior that will resize the PLAYER 75% of its
actual size.
5. Add / Attached a behavior on the PLAYER that will allow him to move up,
down, left and right.

Part 5 – Setting up Score ( 10pts)

1. Setup the Last Actor LevelCompleted.png as Actor. Create an


attributes called score and set the default value to 0.
2. Create a custom events, when the player hits the Actor group it will
destroy the Actorand Add Score to 10 pts.

You might also like