Re: Game Maker Questions Topic!!!
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
And cpu cars are really, hard to explain, it takes lots of uses of paths, or coding I guess