scratch-dsl
Toggle table of contents
master
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
scratch-dsl
scratch-dsl
/
org.scratchapi.scratchdsl
/
whenClicked
when
Clicked
fun
HatBlockHost
.
whenClicked
(
block
:
BlockHost
.
(
)
->
Unit
)
:
NormalHatBlock
Creates a 'when this sprite clicked' hat block.
Parameters
block
The script to run when the sprite is clicked.