Archiverse Internet Archive
投稿のみ 投稿と返信
前のページ(最近)
110 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
次のページ(過去)
返信[3]
親投稿
V360 TheV360
You can remove the other updates and get space back.
0そうだね
プレイ済み
返信[1]
親投稿
V360 TheV360
There's no "Copyright Strike" system like YouTube, it just gets taken down. No penalty.
4そうだね
プレイ済み
プレイ日記
V360 TheV360
Multiplayer… First, the players desynced, so I tried to add this. Now it keeps pushing me in random directions.
4そうだね
プレイ済み
プレイ日記
V360 TheV360
Simple Multiplayer Demos! Key is in picture.
8そうだね
プレイ済み
返信[1]
親投稿
V360 TheV360
The servers are under maintenance. Wait an hour, and they should be up by then.
1そうだね
プレイ済み
返信[2]
親投稿
V360 TheV360
BACKCOLOR (put color here) is faster. Example: BACKCOLOR RGB(255,255,0) makes the screen yellow.
1そうだね
プレイ済み
返信[3]
親投稿
V360 TheV360
Phoenix Wright!
0そうだね
プレイ済み
返信[1]
親投稿
V360 TheV360
IF Z == "+"
0そうだね
プレイ済み
プレイ日記
V360 TheV360
Code Examples is coming soon! It will release around late April to early June. Code Examples teaches you the basics of coding and goes through each command, explaining what it does and supplying examples. It will also come with 8 quizzes and a side game-show style game called Code Exam. I promise, this will not be cancelled.
5そうだね
プレイ済み
返信[3]
親投稿
V360 TheV360
This game is REALLY fun to speedrun. There are all sorts of boosts and secrets to help you get the best time. Here's my current PB:
0そうだね
プレイ済み
プレイ日記
V360 TheV360
This game is so fun (and infuriatingly difficult) to speedrun! This is just my first try and I got 2 of the skips… and then messed up.
2そうだね
プレイ済み
返信[1]
親投稿
V360 TheV360
Don't beg for it. The creator is working hard on it, and keep in mind - they are a real person. They go through real life. They (probably) don't have that much free time.
1そうだね
プレイ済み
返信[2]
親投稿
V360 TheV360
But GPAGE -1 doesn't have all the text characters. If you define a new one, it won't show up on the font page. That's why I'm asking for FONTDEF [chr code] OUT DEFINITION%.
0そうだね
プレイ済み
プレイ日記
V360 TheV360
We need a way to get a FONTDEFinition from a character code.
3そうだね
プレイ済み
返信[1]
親投稿
V360 TheV360
It got removed because SmileBoom and Gamebridge's contract ran out.
1そうだね
プレイ済み
返信[19]
親投稿
V360 TheV360
Another tip: If you want to add on to a thing that you said, don't make a new thread. Reply to yourself.
1そうだね
プレイ済み
返信[2]
親投稿
V360 TheV360
Everybody knows by now. Stop spamming.
1そうだね
プレイ済み
返信[18]
親投稿
V360 TheV360
One more tip: READ THE MANUAL! It's actually really well written and explains the basics of BASIC! It also solves about half of the questions on this Miiverse community.
1そうだね
プレイ済み
返信[2]
親投稿
V360 TheV360
You can write IF statements in two different ways: Single Line: IF TCHT==1 THEN PRINT "Yes" ELSE PRINT "No" Multiple Lines IF TCHT==1 THEN PRINT "Yes" ELSE PRINT "No" ENDIF Note the ENDIF is in the multiple-line IF statement and not in the single-line one.
1そうだね
プレイ済み
返信[2]
親投稿
V360 TheV360
If it's a drawing application, then I recommend doing something like this: ACLS XSCREEN 3 'no 3d, hide keyboard DISPLAY 1 COLOR=RGB(255,0,0) 'red WHILE 1 'Infinite loop VSYNC OLDX=TCHX:OLDY=TCHY TOUCH OUT TCHT,TCHX,TCHY IF TCHT==1 THEN GPSET TCHX,TCHY,COLOR ELSE GLINE OLDX,OLDY,TCHX,TCHY,COLOR ENDIF WEND
2そうだね
プレイ済み