As an action to any given event:
System: Create object
Inside that there will be x and y coordinates. You can use expressions (such as "get x of ____" and calculations such as "displaywidth/2").
One of my debug tricks is to spawn an object at a random screen position by using
Create object at
x = "random(displaywidth)"
y = "random(displayheight)"