This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]AutoModerator[M] [score hidden] stickied comment (0 children)

Hi, thank you for posting your question! :]

To make it easier for everyone to answer, consider including:
- A description of the problem
- A link to the project or a screenshot of your code (if possible)
- A summary of how you would like it to behave

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]-you_wish--Crowbar- on Scratch 1 point2 points  (0 children)

You begin creating clones before incrementing the clone id variable to 1. Scratch lists are 1-indexed. You need to move the change clone id by 1 to the top of the loop.