Game Guides > Game FAQ >  

How do you make it when an object appears when you click anywhere in the room in Game maker

How do you make it when an object appears when you click anywhere in the room in Game maker
Select the event 'If Global Mouse Pressed' and in 'execute a piece of code', put

instance_create(yourobject, mouse_x, mouse_y)

But you should really get on the game maker fourms for this stuff :/