*And then panning back to a new scene...
When I go further* - the clouds are arranged in lines
When I go even more further* - the clouds are all aligned in one line
I see that the ONCLICK section is cluttered, so I found a shortcut solution that allows for infinite drops.
So change your ONCLICK to
(e)=>{
pos = scene.my.tpNo1;
onClick = (e)=>{
pos = scene.my.tpNo2;
onClick = _G
}
}
Make a local variable _G in the box by entering it on the top left corner input of the script menu now. Now type "_G=ONCLICK;" and then your ONCLICK script will work without bugs now!!! Hope it helps