Category:ScratchScript
(Redirected from Scratchscript)
For solutions in the programming language developed by the Lifelong Kindergarten group at the MIT Media Lab, see Category:Scratch.
ScratchScript
This programming language may be used to instruct a computer to perform a task.
Listed below are all of the tasks on Rosetta Code which have been solved using ScratchScript.
This programming language may be used to instruct a computer to perform a task.
Type checking: | Static |
---|---|
|
ScratchScript is a programming language and the name of 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 NTPrograms.
ScratchScript features the following commands:
Command | Description |
---|---|
print |
Displays the specified text on the screen. |
color |
Sets the color of the text. |
delay |
Pauses program execution for the specified amount of seconds. |
clear |
Clears all text. |
pos |
Sets the x and y coordinates of the text. |
textSize |
Sets the size of the text. |
newln |
Creates a new line. |
loop |
Loops the code from { to } the specified amount of times.
|
delayOnClick |
Pauses program execution until the mouse is clicked. |
// |
Acts as a comment. |
Pages in category "ScratchScript"
The following 5 pages are in this category, out of 5 total.