gamemaker
15th may
so far in my game i have create a bear to shoot ghosts also i have diamonds which you are suppose to collect and get more lives but i havent gotten that far yet. i have also add a background and i have add shooting noises for when the bear shoot and i have add the score thing in too.
19th may
most recently i have edited my game so if you die the score board comes up, i have changed the bear to a different colour, i have changed the ghosts so they get ugly and threating, i am changing the ghosts so their different. at the moment i am trying to workout how to go to the next level.
GaMeMaKeR
how to make a game in gamemaker
Add sprite
Add > Add Sprite, when adding the sprite make sure you label it like: sprbear.
Add object
Add > Add Object, add the oblects and name objbear
make sure you tick solid. and then you have to edit the object so it will move if your doing the bear you have to make it move from side to side and shoot.
once you have done all of the enemies open up a room by:
Add > Add Room, Set both Snap X and Snap Y to 32, since that is the size of the bear and clown sprites.
Add one objShooter bear at the bottom
Add lots of ObjClowns (enemy) at the top
Run the game, move the bear left and right and press space bar to shoot the clowns.
now you have to stop the bear from leaving the room otherwise you’ll lose your bear if you go to far over.
so firstly we will start on the left hand side, double click on the bear to edit it’s movements, click onto the left key and
Action: control tab > If an expression is true
Place this above ‘Jump to a given position’
expression: x > 0 and when you do the right hand side you’ll have to put expression value:x<600 for the right key.
now that i’ve given you the basics you can edit what ever way you want it you can add in sounds, back grounds, scores can be put in and you can edit which ever way you can think of.
have fun!!!!!
bLuE bEaR