(Solved) Creating one object - at an fixed z-level

in my game one special object is created for many times.
eg up to 10 times during the game.
how can i set it ALWAYS to the same z-positon when it occurs?

eg it should always occur at z=33
(at the moment i think it does not)

Hi, together with your creation-event you can also set the z-order of the object.

thanks, drona. but
how to?

Okay, so I suppose you are creating the special object through the events. When you create it, you can also set the z-order like so:

oh, thanks a lot.
learned again something new (and again from you :wink:

1 Like