Just testing out cool things clones can do :) Clones are just astonishing! :D [※ How this project works ※] 1. If you make a local variable* for a sprite and create clones of that sprite while changing the variable's value, you can allocate each clone it's own value, kind of like an ID. As far as I know, this ID can be detected when a clone is stimulated - either touched or clicked by the mouse. 2. The event code "when this sprite clicked" works for clones too. The code below this block is executed only for that clicked clone(not other clones of the sprite). * local var : variable used only in that specific sprite ** global var : variable shared by all the sprites
I hope this project could inspire other Scratchers too! :D That's why I decided to add further explanations of this project so that other Scratchers will be able to understand how this project works :) - (2022-12-20)