I'm making clicking game where each click on a moving sprite registers a score.
To increase the difficulty, the sprite is supposed to clone itself after every click.
Right now when the user clicks the sprite, the sprite is cloned, but it doesnt move.
How do i make the clones move??
Offline
There is no real cloning feature in Scratch yet. I assume you're using the
stampblock, right? That block just stamps an image, it doesn't actually clone.
Offline
syafiqah wrote:
i'm actually using the cloning block but i have no idea how to get it to work
What cloning block???
Offline
http://scratch.mit.edu/forums/viewtopic.php?id=80209 for cloning.
Once MathWizz creates the whenCloned hat block, you can use broadcasts to activate the sprite. Though I guess it depends on what you are trying to do when you clone the sprite.
Offline
schusteralex2 wrote:
Is that a mod to get cloning?
No, just a hack.
Offline
Technically, a hack is a mod.
Offline
scimonster wrote:
schusteralex2 wrote:
Is that a mod to get cloning?
No, just a hack.
Could I have a copy of it? Or download link?
Or do you go into the system browser an do it on your computer?
Offline
schusteralex2 wrote:
scimonster wrote:
schusteralex2 wrote:
Is that a mod to get cloning?
No, just a hack.
Could I have a copy of it? Or download link?
Or do you go into the system browser an do it on your computer?
The link I gave you has you implement the blocks yourself. Currently, I don't think there is a mod with it.
Offline