Game Maker Tutorial —– Platform Enemy Part 1

Nice tutorial on making platform enemy’s So basically, you make the enemy go left or right, make it reverse at a wall, and add a script in the Step event which is.. PART 2: www.youtube.com if place_meeting(x,y+1,obj_player) { instance_destroy(); with(obj_player){ vspeed =-6;} } if place_meeting(x+1,y,obj_player) { with(obj_player) {instance_destroy();} } if place_meeting(x-1,y,obj_player) { with(obj_player) instance_destroy(); } Written up by TheBlokStudios. PM me for help, or comment down there! Thanks.

Leave a Reply

Your Ad Here