Discuss Scratch

lcb01
Scratcher
43 posts

Problems with Cloning Blocks

I'm having some problems with the cloning blocks. I tell it to “repeat two times: clone Sprite1” and it makes way more than two. I'm really confused. It seems like its doubling the number each time, not just making two. Is it supposed to be this way, or is this a glitch? Am I coding this right? Is there some way to make only two clones at a time? I'm using the new Mac OS Mavericks, and the (as far as I know) latest version of Safari as my browser. My glitch is in the project: http://scratch.mit.edu/projects/16039090/
If anybody knows a solution to my problem, please reply. If any members of the Scratch Team see this post, please look over the project if you can and see if this is actually a glitch.
Thank you everyone so much.
AonymousGuy
Scratcher
1000+ posts

Problems with Cloning Blocks

You also have
repeat (4)
create clone of [sprite1 v]
end
in a different script.
In total, your project makes 8 clones.
(4 per script)
The one that repeats twice has 2 create clone blocks, so it creates four.
lcb01
Scratcher
43 posts

Problems with Cloning Blocks

Oh, thanks so much! I must've missed that. Thank you!!! I'll go fix that now. I'll probably un-share the project after that, if it all works, and then share it again when it's done.
Thanks again!
AonymousGuy
Scratcher
1000+ posts

Problems with Cloning Blocks

You're welcome!
lcb01
Scratcher
43 posts

Problems with Cloning Blocks

Powered by DjangoBB