Game Maker Questions Topic!!!

Need programming help? Want to post programming tips? Are you programming a game and want to show it off? That and more here.

Re: Game Maker Questions Topic!!!

Postby Koopa Yoshi » August 30th, 2011, 10:26 pm

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


about dvc: show
Mario was trapped in the ancient castle of histories and memories, the past were recorded in the secret chamber of the castle, by entering it will loose the memory cells and release the memories inside, which will bring whoever in the room to past and present, or possibly the future. mario was accidently taken to the past, and will have to find the secret chamber in the castle to return to the present, however, he have three puzzles to solve. that is DOUBLE VISION CHAMBERS

Image
User avatar
Koopa Yoshi
As Ninja As Myst

 
Posts: 171
Joined: January 2nd, 2011, 2:00 pm
Location: The Black Hole so no one can come

Thumbs Up given: 5 times
Thumbs Up received: 5 times

Re: Game Maker Questions Topic!!!

Postby Jellonator » August 31st, 2011, 1:39 am

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)
bepis lmao
User avatar
Jellonator
Code: Awesome

Error contacting Twitter
 
Posts: 342
Joined: August 28th, 2010, 6:25 am
Location: With Waldo.

Thumbs Up given: 18 times
Thumbs Up received: 42 times

Previous

Return to Programming