[Solved] Same Object That All Can Create Another Object

Good Day Everyone,
I am currently new to GDevelop 5 and i wanted to make a game that has multiple of the same object to all be able to create the same object at the same time but could’t get it to work.

Below is just a to test for the problem above.
I want to get two of the same object “stickk” to create a rock.

Hi, in your example what exactly does not work? You create rock at the position stickk X and Y - this should work. If you have several stickk-objects and you want to create a rock on each of them, you need a ‘For each’ - event.

Oh its fixed thanks for your help

1 Like