Archiverse Internet Archive
投稿のみ 投稿と返信
前のページ(最近)
1 2 3 4 5 6 7 8 9 10 11 12 13
次のページ(過去)
返信[9]
親投稿
Sheepy22★∞ SheepSoldier101
If you restart smileBASIC, if you want to load a program you already have, do LOAD"EXAMPLE"
0そうだね
プレイ済み
返信[7]
親投稿
Sheepy22★∞ SheepSoldier101
Its easy. Its the same thing as save but put load!
0そうだね
プレイ済み
返信[5]
親投稿
Sheepy22★∞ SheepSoldier101
Do you know how to load things?
0そうだね
プレイ済み
返信[3]
親投稿
Sheepy22★∞ SheepSoldier101
yep
0そうだね
プレイ済み
返信[5]
親投稿
Sheepy22★∞ SheepSoldier101
WINNA!!!
0そうだね
プレイ済み
返信[1]
親投稿
Sheepy22★∞ SheepSoldier101
Type SAVE" and then whatever your project name is. But don't write that in the coding part. Write it where you do RUN and things like that
1そうだね
プレイ済み
返信[1]
親投稿
Sheepy22★∞ SheepSoldier101
OOPS! I sent out the glitched copy. Here is the good one.
0そうだね
プレイ済み
プレイ日記
Sheepy22★∞ SheepSoldier101
TAG70 UPDATE BETA 1.1 (Portal Update) CHANGES/ADDITIONS Changed textures Added fade Added portals Added Beep when tagged
1そうだね
プレイ済み
返信[10]
親投稿
Sheepy22★∞ SheepSoldier101
Forgot the picture
0そうだね
プレイ済み
返信[9]
親投稿
Sheepy22★∞ SheepSoldier101
you should download this! The key is the second one. Its two player. But if you go off the screen the program ends.
1そうだね
プレイ済み
返信[8]
親投稿
Sheepy22★∞ SheepSoldier101
I'm kind of a noob too actually.
0そうだね
プレイ済み
返信[6]
親投稿
Sheepy22★∞ SheepSoldier101
It should look some what like this:
1そうだね
プレイ済み
返信[5]
親投稿
Sheepy22★∞ SheepSoldier101
For 3 and 4 instead of INPUT FILES, put LOAD". If you don't want to see the text at the bottom thats varifies that you want to load a project, then put ,0 at the end.
0そうだね
プレイ済み
返信[4]
親投稿
Sheepy22★∞ SheepSoldier101
If you want something like your second line (press any button) then do If B>=0 then goto @sample When you press a button it puts in a code. Up is 1 down is 2 left is 4 and so on. And make sure in the beginning you put B=BUTTON().
0そうだね
プレイ済み
返信[3]
親投稿
Sheepy22★∞ SheepSoldier101
If you want to print that, put print before then put "" there↓ Print "My project"
0そうだね
プレイ済み
返信[21]
親投稿
Sheepy22★∞ SheepSoldier101
What is the first letter in the english alphabet? A. D (correct because it says A first) B. C C. B D. A
0そうだね
プレイ済み
プレイ日記
Sheepy22★∞ SheepSoldier101
How am I going to make it to where only if the blocks touch it gosubs @tag? When they have the same X coordinate or the same Y coordinate they tag, even though they don't touch.
0そうだね
プレイ済み
返信[8]
親投稿
Sheepy22★∞ SheepSoldier101
Yep.
1そうだね
プレイ済み
返信[6]
親投稿
Sheepy22★∞ SheepSoldier101
VSYNC 1 GOTO @MAIN
1そうだね
プレイ済み
返信[5]
親投稿
Sheepy22★∞ SheepSoldier101
You should get it. Here is a simple program you can do! ACLS X=150:Y=80 SPSET 0,32,304 SPSCALE 0,3,3 SPANIM 0,"UV",5,32,304,5,48,304,0 BGFILL 0,0,0,50,50,&H027F @MAIN SPOFS 0,X,Y,-10 B=BUTTON() IF B AND #RIGHT THEN X=X+1 IF B AND #LEFT THEN X=X-1 IF B AND #UP THEN Y=Y-1 IF B AND #DOWN THEN Y=Y+1
2そうだね
プレイ済み