プレイ日記
Tyto Barnowl11
Help me program please.
2そうだね
プレイ済み
返信[1]
親投稿
Sheepy22★∞ SheepSoldier101
I'll help! First, to make code, go into the "EDIT" mode on the bottom of the touch screen. Now, you can start. Here are some simple things to start. CLS- clears text on screen ACLS- clears EVERYTHING on screen PRINT-prints text on screen [ex:PRINT "Hello!"] WAIT- Pauses the program until the amount [ex: WAIT 60] (60 is equivalent to 1 second)
1そうだね
プレイ済み
返信[2]
親投稿
Sheepy22★∞ SheepSoldier101
@LABEL- Used to create loops or main menus (the label can be named what ever you want, such as @MAIN or @loop) BUTTON()- an action will occur if a certain button will be pressed. [ex: IF BUTTON() AND #A then goto @main] If you need help just ask
1そうだね
プレイ済み
返信[3]
親投稿
McCutcheon CallistoESHE
Also, @LABELS are useless without a "GOTO function." IF 16==BUTTON() THEN GOTO @EXAMPLE
1そうだね
プレイ済み
返信[4]
親投稿
McCutcheon CallistoESHE
And instead of typing PRINT "Text" you can type ? "Text" to save an insignificant amount of memory.
1そうだね
プレイ済み