Jump to content


_228221

Member Since 17 Sep 2011
Offline Last Active Sep 17 2011 03:11 AM

Posts I've Made

In Topic: How to create blocks in-game?

17 September 2011 - 01:46 AM

here:

 if mouse_check_button_pressed(mb_left) && !place_meeting(mouse_x,mouse_y,OBJECTBLOCK)
 {
  instance_create(mouse_x,mouse_y,OBJECTBLOCK);
 }


thats all i can think of righ now


Do I apply it to the player in an Execute a piece of code?

'cuz it doesn't work. ):

It still only puts the object over the player, and it isn't aligned to the grid. I should have included that in the first post though...