Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » How do you duplicate a sprite?
- deck26
-
Scratcher
1000+ posts
How do you duplicate a sprite?
Right click on the sprite in the area of the editor that lists the sprites and you'll see an option to duplicate. (That's for Windows, I think Apple computers use a different method.)
- magicom1
-
Scratcher
51 posts
How do you duplicate a sprite?
I mean in coding wait 1 secound duplicate for example.
- deck26
-
Scratcher
1000+ posts
How do you duplicate a sprite?
Ah, you mean cloning rather than duplicating. You use the ‘create clone of myself’ block. Mostly you'll also want a ‘when I start as a clone’ script (or scripts) but not always - each clone will respond to the trigger scripts (when I receive, when key pressed etc).
One thing to remember is that the clone will be created in the current position of the sprite. So it's easy to create one and not see it!
One thing to remember is that the clone will be created in the current position of the sprite. So it's easy to create one and not see it!
- PaganoLeo10
-
Scratcher
100+ posts
How do you duplicate a sprite?
Cloning blocks and what they are for:
How you could use cloning:
when I start as a cloneThis tells a clone what to do when it is created.
create clone of [myself v]This block makes a new clone of the specified sprite.
delete this cloneThis block deletes a clone after a clone has done it's actions.
How you could use cloning:
when green flag clickedAnd…
. . .
create clone of [myself v]
when I start as a cloneHope this helped!
. . .
delete this clone
- _RavenWhisker_
-
Scratcher
1 post
How do you duplicate a sprite?
In the area of the editor explain where that is?
- asivi
-
Scratcher
1000+ posts
How do you duplicate a sprite?
In the area of the editor explain where that is?Those are under contol block, Its color can guide you.
- miniepicness
-
Scratcher
1000+ posts
How do you duplicate a sprite?
Control blocks:
Control :: control hat
wait () secs
repeat ()
forever
if <> then
wait until <>
repeat until <>
stop [ v]
when I start as a clone
create clone of [ v]
delete this clone
end
end
end
end
- 24rblackburn
-
Scratcher
3 posts
How do you duplicate a sprite?
How do you make a ghost follow right behind your sprite?
- deck26
-
Scratcher
1000+ posts
How do you duplicate a sprite?
How do you make a ghost follow right behind your sprite?Please create your own new topic rather than necroposting.
- Thunderbreathing12
-
New Scratcher
1 post
How do you duplicate a sprite?
How do you make an uploaded sprite duplicated?
- DrGaming_92Games
-
Scratcher
100+ posts
How do you duplicate a sprite?
The button to create a new topic is in the top-right corner, ask your questions in that new topic and people will be more likely to answer them
Last edited by DrGaming_92Games (Feb. 2, 2020 08:53:09)
- misoccercleats123
-
Scratcher
1 post
How do you duplicate a sprite?
I have an Acer computer. How do I do it on there?
- arushim
-
New Scratcher
1 post
How do you duplicate a sprite?
how do you make a duplicate of a sprite on a chromebook
- Harakou
-
Scratcher
1000+ posts
How do you duplicate a sprite?
how do you make a duplicate of a sprite on a chromebookThere are explanations in this thread! If you need additional help, please make a new thread instead of bumping a very old one like this.
- Discussion Forums
- » Help with Scripts
-
» How do you duplicate a sprite?











