ScratchData LogoScratchData
Back to 1To0To1's profile

IndX 1.5.1 (Coding Program)

1T1To0To1•Created August 28, 2023
IndX 1.5.1 (Coding Program)
8
5
182 views
View on Scratch

Instructions

1.6.0 soon !!!! hotkeys --------------- j - expand script zones & view advanced options h - shrink script zones & hide advanced options b - patch notes p - copy paste for chatgpt (triple click to copy) o - copy paste output scripts ------------------------------------ New:(shape),(x),(y),(size),(color),(rotation) - Creates a shape at the given coords. Colors and rotation are optional. Print:(text) - Shows what you typed in the Errors Tab. You can print variables by surrounding text with {} - If the variable isn't defined before the print, this will cause an error. Loop:(times),(lines below) - Repeats the script below however many times you insert above. If the optional number is included, the loop will do the optional number's value of scripts below it, otherwise the Loop: script will go until it reaches the end of the script or a Close script. End - Ends the script instantly. Background:(color) - Sets the background color Wait:(number) - Waits given number in seconds. Persistent:(1 or 0) - Decides if an object is a clone or pen sprite. Clear - Removes all pen. Var:(name) = or + or - or / (value) - Makes a variable. What's new about that? Beep:(time),(pitch) - Generates a beeping sound for the time in seconds at the given pitch. Pitch is optional, the default is 1. Close - Ends any loop that does NOT have a 2nd parameter. If this is not present, the loop will repeat every line below it. Type:{target variable},{return variable} - Identifies whether a variable is a string or an integer. Will return with "String" or "Integer" to the return variable. Move:{movex},{movey},{shapeid} - Moves the given shape based on ID the provided X and Y values from its current position. Turn:{degrees},{shapeid} - Turns the given shape's ID counter-clockwise the amount of degrees provided. Scale:{size},{shapeid} - Sets the given shape's size to the provided size value. Getpos:{return1},{return2},{shapeid} - Returns the X and Y coordinates of the given shapeid. Wait:{time} - Waits the given time in seconds. Input:{ask},{output} - Asks the user with {ask} and sets the output variable to the response. //(text or number) - Simple comment in the code, has no effect. (nothing) - Spacer in the code, has no effect. colors ----------------------- y=yellow b=blue - = black g=green r=red p=purple o=orange q=rainbow a=random tags ---------------------- #games #all #program #coding #trending #indx #text

Project Details

Project ID886825663
CreatedAugust 28, 2023
Last ModifiedJune 27, 2025
SharedAugust 29, 2023
Visibilityvisible
CommentsAllowed