Jump to content


buuu342

Member Since 04 Sep 2010
Offline Last Active May 03 2012 08:15 PM

Topics I've Started

Need music for a volcano like map

01 May 2012 - 06:07 PM

So i need music for a volcano like map. Can be ripped from a game.
Make the song loopable if possible
Any quality is fine
Please make it an mp3
Im afraid i have no link to my game nor screens because i havent started the volcano maps yet. I just need the music so that i can get the idea of the map im making...

Thanks.

need help making objects follow z

23 March 2012 - 08:05 PM

Hello. Im making a doom like game using 3d polygons. i set the monsters to follow the player avoiding blocks
mp_potential_step_object(obj_player.x,obj_player.y,2,obj_blocks)
if i jump on the block, they will walk around the block. Now this isnt my problem... i decided so people wont cheat, i made a monster that shot balls at the player. I first set that the ball is destroyed when it collides with obj_blocks. I used this code to make the monster shoot at me when the alarm is over. on obj_projectiles(what the monster shoots) i set it to move towards the point  obj_player.x and .y at the speed at 4.
now the problem is that he shoots at x and y. but when i get on top of a block, it goes where i am. but it doesnt shoot up. incase you dont get it, i drew this to show what i want.
Posted Image
so can anyone help?