Is it possible to spawn more than one object at a time on a single click?
What I am trying to do is when an image is left clicked it spawns multiple images. Can this be done?
Thank you
yes you can like this :
event1:
condition: mouse:left clicked on player
action:system: create sprite1 at random(range),random(range)
if you need to spawn more put more actions ^^ if it another object you can do same action but another object
Develop games in your browser. Powerful, performant & highly capable.
Awesome! Thank you!
Instead of adding more actions, you can just use a "System: Repeat" condition.