I was wondering how I can achieve touching down on the canvas so the object is spawned constantly until I release my finger.
At the moment, the block “when pointer is down on canvas” is same as just clicking on a button.
I was wondering how I can achieve touching down on the canvas so the object is spawned constantly until I release my finger.
At the moment, the block “when pointer is down on canvas” is same as just clicking on a button.
Hey @sysads - did you ever get this to work?
You should be able to use a while
block to do something like this, but I’d strongly recommend that you use it in conjunction with the wait
block so that you don’t spawn too many sprites.
Thanks,
Domhnall