Page 9 of 9

Re: Game Maker Questions Topic!!!

PostPosted: August 30th, 2011, 10:26 pm
by Koopa Yoshi
To make an enemy shoot at you is simple, just let it create the bullet instance at relative position, but set the Move Towards action on the create event of the bullet object. Set x and y to player.x and player.y (of course replace player with the player object name).

And cpu cars are really, hard to explain, it takes lots of uses of paths, or coding I guess

Re: Game Maker Questions Topic!!!

PostPosted: August 31st, 2011, 1:39 am
by Jellonator
actually for the car thing i would make a collision event with another car. and in that collision event i would place a code saying
Code: Select all
move_bounce_all(true)