Hi, I have two questions to ask:
1) How can I simply create a variable number of the same object (using random) in a certain space of the layout?
I tried to create a variable and an event that at the start of the game gives the variable a random number like 1 - 5, and another event that says "Var greather or equal 0 -> create object" and "add to Var - 1 "Thinking he would repeat the action several times, but it didn't work at all.
2) I would like to create a game like "find hidden objects", how can I always place objects half at the edges of other objects and half behind? (Considering that the objects that have to be on top could be some and of different shape) I could just do it in the layout, placing object by object, but it would take too long, I would like to insert planets or other things and insert small UFOs behind them, but all variable and so that the system does everything by itself