Discuss Scratch

Fancymaster
Scratcher
67 posts

cloning issue

how do i stop the players from cloning

https://scratch.mit.edu/projects/1329456605/
RokCoder
Scratcher
1000+ posts

cloning issue

You create two clones in your go to x: y: custom block, and this block is called from reset level every time you bump into an obstacle. Either delete all clones before creating new ones, or move the clone creation elsewhere (so it's only done the once)
Fancymaster
Scratcher
67 posts

cloning issue

RokCoder wrote:

You create two clones in your go to x: y: custom block, and this block is called from reset level every time you bump into an obstacle. Either delete all clones before creating new ones, or move the clone creation elsewhere (so it's only done the once)
but now the white clone doesnt reclone

Powered by DjangoBB