ScratchData LogoScratchData
Back to Magnie's profile

Scripting Language

MAMagnie•Created February 15, 2010
Scripting Language
0
0
124 views
View on Scratch

Description

I just got bored and made another language... Clicking the background will start the program. Commands ( You can have a space or not. ): SCX [Number] SCY [Number] CCX [Number] CCY [Number] ASK [Question] GLS [Number] RCC [Number] IFS [Text] Examples and Explainations: # This sets the X Position SCX 50 SCX50 # This sets the Y Position SCY 50 SCY50 # This changes the X Position CCX 10 CCX10 # This changes the Y Position CCY 10 CCY10 # This gets Input. ASK How are you? ASKHow are you? # This goes to a certain line in the script GLS 1 GLS1 # This is an If... IFS Go up GLS Example Program: 1. ASK Type UP or Down 2. IFS UP 3. GLS 5 4. GLS 1 5. CCY 10 6. GLS 1 1. Line 1, or Input. 2. IF ASK = UP 3. Go to line 5 4. Go to line 1 5. Line 5, or Change Y by 10 6. GLS 1 If you look closely at it, you will understand why it's done that way. An extended version of that example is in the "Script" List.

Project Details

Project ID889538
CreatedFebruary 15, 2010
Last ModifiedFebruary 15, 2010
SharedFebruary 15, 2010
Visibilityvisible
CommentsAllowed