Discuss Scratch

joshy09
New to Scratch
3 posts

how do i make an event start a few seconds in

i put in
when this sprite clicked
but i want it to only do that a few seconds in.
Sonickyle
Scratcher
1000+ posts

how do i make an event start a few seconds in

when green flag clicked
wait (...) secs //Change this to whatever you want.
forever

if <<mouse down?> and <touching [mouse pointer v]?>> then
...
wait until <not <mouse down?>>

end

end

No I don't make projects anymore. I left some time ago.
I only check the forums every now and then, but other than that consider me retired.
9kiwi9
Scratcher
100+ posts

how do i make an event start a few seconds in

when this sprite clicked
wait (...) secs//Change this to anything you like.
your scripts go here::grey
cooldude5367
Scratcher
100+ posts

how do i make an event start a few seconds in

when this sprite clicked
wait (...) secs

Please follow me and check out my projects!
cooldude5367
Scratcher
100+ posts

how do i make an event start a few seconds in

cooldude5367 wrote:

when this sprite clicked
wait (...) secs use the wait secs block!

Please follow me and check out my projects!
joshy09
New to Scratch
3 posts

how do i make an event start a few seconds in

9kiwi9 wrote:

when this sprite clicked
wait (...) secs//Change this to anything you like.
your scripts go here::grey

but then it will wait a certain amount of seconds once i click that sprite but i want that every time you click the sprite it goes right away but it only works a few seconds into the game
joshy09
New to Scratch
3 posts

how do i make an event start a few seconds in

cooldude5367 wrote:

cooldude5367 wrote:

when this sprite clicked
wait (...) secs use the wait secs block!

i dont see that block by scripts

Powered by DjangoBB