Discuss Scratch

rapidemboar
Scratcher
100+ posts

Possible Cloning Glitch?

I think this might be a glitch, but I can't tell for sure. What happens is, I have something that moves around the bottom of the screen like this:

when green flag clicked
forever

wait (pick random (1) to (3)) secs
go to x: (pick random (-240) to (240)) y: (-180)
set [color v] effect to (pick random (0) to (100))
create clone of [myself v]
end

However, there's a problem. There is no clone at all. The sprite is visible, and the clone has a “show” block in the script, but it doesn't seem to appear! Is this a bug? Or just my ineptitude?

if <(scratcherStatus) = [0]> then
wait until <<(projectsCreated) ≈ [50]> and <(comments) > [1]>>
wait (9) months
set [scratcherStatus v] to [1]

end
rapidemboar
Scratcher
100+ posts

Possible Cloning Glitch?

Um, never mind, I fixed it. Turns out it was just my ineptitude. *facepalm*

Feel free to ignore this post.

if <(scratcherStatus) = [0]> then
wait until <<(projectsCreated) ≈ [50]> and <(comments) > [1]>>
wait (9) months
set [scratcherStatus v] to [1]

end

Powered by DjangoBB