{{stub}}
''For solutions in the programming language developed by the Lifelong Kindergarten group at the MIT Media Lab, see [[:Category:Scratch]].''
{{language
|checking=static
|hopl=no
|site=
}}
{{language programming paradigm|object-oriented}}
ScratchScript is a programming language and the name of [https://scratch.mit.edu/projects/325836628/ its official IDE] (which is in the form of a command-line interface) that runs on top of [[Scratch]], originally released on November 25th, 2019 by [[Scratch]] user [https://scratch.mit.edu/users/NTPrograms NTPrograms].
ScratchScript features the following commands:
{| class="wikitable"
!Command
!Description
|-
| style="text-align:center"| print || Displays the specified text on the screen.
|-
| style="text-align:center"| color || Sets the color of the text.
|-
| style="text-align:center"| delay || Pauses program execution for the specified amount of seconds.
|-
| style="text-align:center"| clear || Clears all text.
|-
| style="text-align:center"| pos || Sets the x and y coordinates of the text.
|-
| style="text-align:center"| textSize || Sets the size of the text.
|-
| style="text-align:center"| newln || Creates a new line.
|-
| style="text-align:center"| loop || Loops the code from { to } the specified amount of times.
|-
| style="text-align:center"| delayOnClick || Pauses program execution until the mouse is clicked.
|-
| style="text-align:center"| // || Acts as a comment.
|}
[[Category:Language Implementations in Scratch]]
[[Category:Web Application]]