Archiverse Internet Archive
投稿のみ 投稿と返信
前のページ(最近)
13 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
次のページ(過去)
プレイ日記
Pkyoshi19 Pokeyoshi19
Why bother with ASSULT when there's SUPER ASSULT.
8そうだね
プレイ済み
返信[5]
親投稿
Pkyoshi19 Pokeyoshi19
Congrats for the 3d engine, not everyone can do that! But Minecraft? That's disgusting, you should really make your own game out of that engine.
1そうだね
プレイ済み
返信[3]
親投稿
Pkyoshi19 Pokeyoshi19
@steven he messed with the system's graphics
0そうだね
プレイ済み
返信[3]
親投稿
Pkyoshi19 Pokeyoshi19
Raimondz, I see a lot of potential in what you do. But how you decided to make THIS instead of your own game... Deceiving.
0そうだね
プレイ済み
プレイ日記
Pkyoshi19 Pokeyoshi19
ASSULT.
4そうだね
プレイ済み
返信[37]
親投稿
Pkyoshi19 Pokeyoshi19
SPSET 0,596 WHILE 1 VSYNC 40 SPCHR 0,597 VSYNC 40 SPCHR 0,596 WEND Please guys, using labels with GOTO is unnecessary. Also, I'm too lazy to look it up right now, but you could make all of this into one line using SPANIM.
2そうだね
プレイ済み
返信[28]
親投稿
Pkyoshi19 Pokeyoshi19
WHILE (statement) (commands) WEND If the statement is true, the program will do everything between WHILE and WEND and come back to WHILE. If the statement is false, the program skips everything between WHILE and WEND. There's also this. REPEAT (commands) UNTIL (statement) This does the same thing, except it will always run the commands at least once.
2そうだね
プレイ済み
返信[18]
親投稿
Pkyoshi19 Pokeyoshi19
Nate, the code you wrote: MON=0 @GO B=BUTTON() IF B AND #A THEN MON=MON+1 LOCATE 0,0PRINT MON GOTO @GO Most of your code is wrong. Instead, it should be: MON=0 WHILE 1 VSYNC 1 IF (BUTTON(1) AND 16)!=0 THEN INC MON LOCATE 0,0:?MON WEND Believe me, it'll work a lot better.
2そうだね
プレイ済み
返信[3]
親投稿
Pkyoshi19 Pokeyoshi19
Instead of doing all those empty PRINTs, try using variables. -Replace Line 1 with X=4 -On Line 11, replace the 4 with X -Remove everything below Line 14 -Replace Lines 12 and 13 with IF B==1 THEN DEC X IF B==2 THEN INC X -Replace Line 9 with WHILE 1 and Line 14 with WEND -Add VSYNC 1 between Lines 9 and 10 -Replace BUTTON(3) with BUTTON(1) Hope this helped!
0そうだね
プレイ済み
返信[10]
親投稿
Pkyoshi19 Pokeyoshi19
no no no GOTO and labels aren't meant to be used as loops Nate To make loops it's either WHILE (statement) (stuff you want to do for as long as the statement is true) WEND or FOR I=0 TO (amount of times) (stuff you want to repeat) NEXT Anyways uh Adventurer, please read the manual
1そうだね
プレイ済み
返信[4]
親投稿
Pkyoshi19 Pokeyoshi19
Thanks for the news! I didn't know it got an update.
1そうだね
プレイ済み
返信[1]
親投稿
Pkyoshi19 Pokeyoshi19
Grand Dad, obviously
0そうだね
プレイ済み
返信[1]
親投稿
Pkyoshi19 Pokeyoshi19
I'll think of something for "Kirby". But no promise.
0そうだね
プレイ済み
プレイ日記
Pkyoshi19 Pokeyoshi19
[EXCV833J] «an a press is an a press. You can't say its only a half» (Amiboo Training Simulator 2.0, now featuring TJ """"Henry"""" Yoshi!)
7そうだね
プレイ済み
返信[3]
親投稿
Pkyoshi19 Pokeyoshi19
It does fight back, you just need to train it to do so
1そうだね
プレイ済み
プレイ日記
Pkyoshi19 Pokeyoshi19
le hegehog xddddddddd. FITE [A584528E]
6そうだね
プレイ済み
返信[2]
親投稿
Pkyoshi19 Pokeyoshi19
There's apps for creating music. The website called Smilebasicsource has all you need.
1そうだね
プレイ済み
返信[8]
親投稿
Pkyoshi19 Pokeyoshi19
Hi, I worked on this. From as far as I know, the program isn't public anymore. I could upload it again, but I'm not the program's creator. I don't remember his name. And don't worry guys, this program doesn't have anything exciting.
0そうだね
プレイ済み
プレイ日記
Pkyoshi19 Pokeyoshi19
Amiboo Training Simulator! Public Key: [KRNX52KE] GOTTA GO FAST!!! Enjoy.
10そうだね
プレイ済み
プレイ日記
Pkyoshi19 Pokeyoshi19
Coming soon.
12そうだね
プレイ済み