Category:ScratchScript: Difference between revisions

From Rosetta Code
Content added Content deleted
(The category page has been created.)
 
m (The gap between "https://scratch.mit.edu/projects/325836628/" and "its official IDE" is now only one space long instead of two.)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{stub}}
{{stub}}
''For solutions in the programming language developed by the Lifelong Kindergarten group at the MIT Media Lab, see [[:Category:Scratch]].''
{{language
{{language
|checking=static
|checking=static
Line 6: Line 7:
}}
}}
{{language programming paradigm|object-oriented}}
{{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 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:
ScratchScript features the following commands:

Latest revision as of 20:02, 1 May 2020

This page is a stub. It needs more information! You can help Rosetta Code by filling it in!

For solutions in the programming language developed by the Lifelong Kindergarten group at the MIT Media Lab, see Category:Scratch.

Language
ScratchScript
This programming language may be used to instruct a computer to perform a task.
Type checking: Static


Listed below are all of the tasks on Rosetta Code which have been solved using ScratchScript.

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.