Press enter for new line of code
⚠️IMPORTANT FOR APP DEV⚠️
WHEN RUNNING APPS ITS SUGGESTED YOU USE TURBOMODE
Q:
how do I put things in if statements
A:
put a space in front of the thing you want to put.
but only one space ever even if you have an if in an if!
also if statements only work with variables inside the (,)
so dont try to input strings or numbers it will not work.
EXAMPLE (save code):
3744003110274968311027181011211437680031102749683110271810112114386800281429496831102718101121143768496029171828491828491049311021301461002814294968311027181011211438684960291718284918284910493110213014610018154960311027181011211437713110271810112114386157004925271823294968171868496036713661000000000000000000000000001433102225211400
press | to add onto a line with a faster key detector
this took so long :P
USE TURBOWARP OR THE KEY DETECTOR WILL LAG
lmao you can legit make a platformer with this :P
is it lagging? try
https://turbowarp.org/#456364272 !
never put a space in between a , and the thing after the ,
same thing goes with ( unless its a string
all functions:
print "hello world" (x,y) || prints stuff
var "myvariable" || makes a variable
set "variable name" (value) || sets a variable to a value
change "variable name" (value) by the value in the ()
wait(number) || waits the "number" amount of time!
clear || clears screen
printvar "variable name" (x,y) || prints variable value
xset(x) || sets x
yset(y) || sets y
penup || pen up
pendown || pen down
xchange(0 - infinity) || changes x pos
ychange(0 - infinity) || changes y pos
ypos(variable) sets the variable to the y position of the pen
xpos(variable) sets the variable to the x position of the pen
move(amount) same as the move function in scratch
turn(amount) turns the amount you input
ask (what you want it to ask,variable to set answer to) [xpos,ypos]
math "variable we are setting to the answer of the equation" (insert number here,insert number here)/ or - or + or *
runat(line of code to run at) || runs the code from whatever you inputed!
repeat loop:
repeat(however many times) || to start repeat loop
inside the loop put the code you want it to repeat.
at the end of the loop put:
repend || to close the loop
if statement:
if (variable,variable)= or > or <
no spaces in in this code!
except in the variable or other thing!
here is an example of an if statement
if (1,1)=
print "hi" (0,0)
detectecting:
mousex(variable) || sets the variable to the mouse x position
mousey(variable) || sets the variable to the mouse y position
detect (firstx,secondx) [firsty,secondy] || this detects if the mouse is down in between the first x to the second x and from the first y to the second y
all together it makes a square
here is an example:
repeat(forever)
detect (-100,100) [-100,100]
print "you clicked!!" (0,0)
repend
here is the save code for that code:
3737003328142960473736366100342814296047373636610028263010271460383636713836366100271425141029603736363661001314291412294960473736367137363661496647373636713736366700492527182329496834243049122118122014135656684960367136610027142514231300000000001433102225211449291718231600
onkey(whatever key you want to detect) || detects a key
here is an example
repeat(forever)
onkey(1)
print "hi" (0,0)
repend
save code:
430027142514102960152427143114276100242320143460376100492527182329496817186849603671366100271425142313000000001433102225211400
platformer (can you make a better one?):
3843390031102749682521102915242722346800281429496825211029152427223468496047373636610011126045366100342814296036610000332814296036611310003110274968341822102968003110274968342524281829182423680031102749683428251414136800271425141029601524271431142761003425242860341822102961001221141027000024232014346013610049331217102316146041610000242320143460106100493312171023161460474161003428142960342524281829182423610012171023161449683428251414136849604737610018154960341822102971252110291524272234615800492814294968342825141413684960366100492423201434603261004928142949683428251414136849603736610012171023161449683425242818291824236849496034282514141361002826301027146037367137366100271425142313000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002521102915242722142700
speed test:
430027142514102960373661002527182329496829142829182316684960474136713661003210182949603761001221141027002714251423130000002825141413492914282900
this shows how fast t+ can process and render code!
first it prints "testing"
then it waits one second
then it repeats
how fast does it do it for you?