Game Maker Thread

  • Thread starter Thread starter BreathofFireFan
  • Start date Start date
B

BreathofFireFan

Guest
Talk about, ask for help on, give thank you's for help on, (if rules allow that is:**) *upload and/or show video(s) to/of examples/other(s) for Game Maker*, give nice as possible complaints on etc. Game Maker!!

Here is some great help from me:

Collision on top should be coded:

if vspeed> 0 && y < other.y+8

reverse > < for south (when using vspeed)

for east (on the right side collision) just replace vspeed with hspeed and if needed reverse > <

for west (on the left side collision) just replace vspeed with hspeed and if needed reverse > <


Now I need some Game Maker 7.0 unregistered help myself please, thank you.

How do I make it where in room code if pacman object is in the room and his pacman_hp is less than 1 he jumps to position x 4 y 4 if his variable danielle= 1 and he gets all pacman_hp back but he loses one life, how may I accomplish this please? Thank You.
 
Back
Top