think () for () seconds

From PenguinMod Wiki (Official)
(Redirected from Think () for () secs)
Think () for () seconds
Jump to navigation Jump to search

think () for seconds (shortened to secs before Scratch 3.0) is a looks stack block, originating from Scratch, that makes the sprite say the specific text in a thinking bubble for the entered amount of time. The default text is "Hmm...", while the default amount of time to think is 2.

Gallery

Workaround

This block can be worked around by using a think () block, and removing the think bubble after a specified amount of time:

define think (text) for (time) seconds
think (text)
wait (time) seconds
stop speaking::looks

Trivia

See also

References