Discuss Scratch

NinjaLemon2016
Scratcher
18 posts

Random spawning

How do you make the same sprite clone it self multiple times and appear multiple times? Project: https://scratch.mit.edu/projects/88239325/
baconlover5555
Scratcher
100+ posts

Random spawning

repeat block with clone block.

when the clone starts, show, go to x: random -240 to 240, y: random -180 to 180, if touching player then hide
TheGamer-
Scratcher
100+ posts

Random spawning

try this
repeat ()
create clone of [ v]


end
forever

broadcast [tick v] and wait
end


when I start as a clone
go to x: (pick random (-240) to (240)) y: (pick random (-180) to (180))
show


when I receive [tick v]
if <touching [ v] ?> then

change [score v] by (1)
hide
create clone of [ v]
end
baconlover5555
Scratcher
100+ posts

Random spawning

TheGamer- wrote:

try this
repeat ()
create clone of [ v]


end
forever

broadcast [tick v] and wait
end


when I start as a clone
go to x: (pick random (-240) to (240)) y: (pick random (-180) to (180))
show


when I receive [tick v]
if <touching [ v] ?> then

change [score v] by (1)
hide
create clone of [ v]
end

you never put in the delete this clone block… it will just keep making clones and never delete
NinjaLemon2016
Scratcher
18 posts

Random spawning

Thanks
NARLYJOE
Scratcher
1 post

Random spawning

didn't work
gabewl
New Scratcher
1 post

Random spawning

hi and by
deck26
Scratcher
1000+ posts

Random spawning

NARLYJOE wrote:

didn't work
Please start your own topic and share your project.

gabewl wrote:

hi and by
Please don't spam or necropost.

Last edited by deck26 (Nov. 11, 2017 14:10:28)

Feeshy
Scratcher
5 posts

Random spawning

Hey guys I need a working script for it. The one you sent didn't work so I NEED a working one thank you for reading this and if you did thanks for responding!!!!!!!!!!
supermonkeycat157
Scratcher
100+ posts

Random spawning

This could be it:
repeat ()
create clone of [myself]
end
forever
broadcast [random spawn]
end
when I receive [random spawn]
if <touching [Sprite] ?> then
change [score] by (1)
hide
create clone of [myself]
end
when I start as a clone
go to x: (pick random (-240) to (240)) y: (pick random (-180) to (180))
show
Feeshy
Scratcher
5 posts

Random spawning

I triedthat one
Feeshy
Scratcher
5 posts

Random spawning

Oh oops that might work didn't try that one sorry!
Feeshy
Scratcher
5 posts

Random spawning

Thx but that “Touching sprite” block I don't think exists anymore! Try to find another one also I'll keep searching!
Script_Helper
Scratcher
100+ posts

Random spawning

Feeshy wrote:

Hey guys I need a working script for it. The one you sent didn't work so I NEED a working one thank you for reading this and if you did thanks for responding!!!!!!!!!!

Feeshy wrote:

I triedthat one

Feeshy wrote:

Oh oops that might work didn't try that one sorry!

Feeshy wrote:

Thx but that “Touching sprite” block I don't think exists anymore! Try to find another one also I'll keep searching!
Please DO NOT necropost
Feeshy
Scratcher
5 posts

Random spawning

Guys please give a script!!!!

Feeshy wrote:
Hey guys I need a working script for it. The one you sent didn't work so I NEED a working one thank you for reading this and if you did thanks for responding!!!!!!!!!!
Feeshy wrote:
I triedthat one
Feeshy wrote:
Oh oops that might work didn't try that one sorry!
Feeshy wrote:
Thx but that “Touching sprite” block I don't think exists anymore! Try to find another one also I'll keep searching!
Please DO NOT necropost

Powered by DjangoBB