Discuss Scratch

DragonBot1000
Scratcher
89 posts

a every () seconds block!

You could just do:

when green flag clicked
forever
do something
wait (number) secs
end

Last edited by DragonBot1000 (May 2, 2021 16:58:53)

bluedragon8633
Scratcher
1000+ posts

a every () seconds block!

DragonBot1000 wrote:

You could just do:

when green flag clicked
forever
do something
wait (number) secs
end
No support, the above workaround is too simple.
plqaokwsijeduhrfyg
Scratcher
500+ posts

a every () seconds block!

DragonBot1000 wrote:

You could just do:

when green flag clicked
forever
do something
wait (number) secs
end
Thanks for telling us about this workaround that 6 people haven’t already said!
Unithlees3
Scratcher
1000+ posts

a every () seconds block!

A script using this every () seconds block
when green flag clicked
forever
if <mouse down?> then
every (1) seconds {change [cash v] by (1)
} repeat (Infinity) times :: control
end
end
when green flag clicked
forever
change [Infinity v] by ((89978797878777697687686876767868768676876876876868768776767676868767676767687697697779) * (47657575576575765765657665757657656565765765757565765765565765665668686866868687))
HarmlessOstrich
Scratcher
100+ posts

a every () seconds block!

Me: makes a post

People half a year later: so lets talk about this now
MAPOER
Scratcher
87 posts

a every () seconds block!

No support, there is a workaround that has already been posted multiple times.
Sikecon
Scratcher
1000+ posts

a every () seconds block!

HarmlessOstrich wrote:

Me: makes a post

People half a year later: so lets talk about this now

Well, it is okay to post in a “dead” suggestion topic unless the post is not contributing to the original topic!
floppyfish269
Scratcher
3 posts

a every () seconds block!

this can be done by
forever
rickroll
wait (seconds) secs
end

Powered by DjangoBB