Archiverse Internet Archive
投稿のみ 投稿と返信
前のページ(最近)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
次のページ(過去)
返信[3]
親投稿
Alex MrCashews
No, he actually was served a C&D from lawyers representing Scott. Continue development, or be sued? His choice.
0そうだね
プレイ済み
返信[1]
親投稿
Alex MrCashews
upvote
3そうだね
プレイ済み
返信[6]
親投稿
Alex MrCashews
@TJ it's the actual sequel to PTC. Same company.
7そうだね
プレイ済み
返信[1]
親投稿
Alex MrCashews
He didn't make the original game though
1そうだね
プレイ済み
返信[1]
親投稿
Alex MrCashews
Do you have the key? it isn't in the picture
0そうだね
プレイ済み
返信[8]
親投稿
Alex MrCashews
Just thought I'd inform since you... *ahem* forgot to credit the original developer. No big deal though. Also, you might know me as a certain snail ;)
0そうだね
プレイ済み
返信[6]
親投稿
Alex MrCashews
He's just the translator for Cave Island and this. He did make Ninja Solver though (I think.)
0そうだね
プレイ済み
返信[67]
親投稿
Alex MrCashews
Trying to READ into an array index specified with the VAR function (as in READ VAR("B%")[0]) triggers a crash. The crash appears to happen during compilation, as the program never gets a chance to run! It's also worth noting that VAR() as used on lines 12 and 20 is an undocumented feature. Official documented support would make us all happy. :-)
0そうだね
プレイ済み
返信[112]
親投稿
Alex MrCashews
A better way to poll keyboard input. With the coming 3.3.0 update and SmileBASIC BIG having USB keyboard support, a more robust way of using keyboard control would be great! Something similar to KEYBOARD from PTC maybe? Or letting us poll the state of specific keys? Allowing people to control programs via the keyboard would open up a lot of possibilities.
0そうだね
プレイ済み
返信[9]
親投稿
Alex MrCashews
It doesn't. It's still 400x240. The term HD refers to a display resolution of at least 1280x720 pixels (720p). Good looking doesn't equal high-definition.
0そうだね
プレイ済み
返信[2]
親投稿
Alex MrCashews
Yeah, that's the wrong double-quote character. Which key on the keyboard did you use to put that in?
0そうだね
プレイ済み
返信[1]
親投稿
Alex MrCashews
It won't. Miiverse might not like it but you can always but the download key online somewhere.
1そうだね
プレイ済み
返信[6]
親投稿
Alex MrCashews
I've tested parts of this code and it won't compile and run. A lot of this is invalid SmileBASIC code.
0そうだね
プレイ済み
返信[4]
親投稿
Alex MrCashews
Wikibooks should not be used as a learning resource. SB is rather different from most BASICs and I see you're breaking syntax rules in multiple places. DIM PER AS INTEGER is illegal and should create a syntax error, for example. I recommend SB's official documentation instead.
0そうだね
プレイ済み
返信[2]
親投稿
Alex MrCashews
you know you can make IFs as multi-line blocks right? IF some condition THEN 'code in here ENDIF you can also chain ELSEIFs in this way
1そうだね
プレイ済み
返信[20]
親投稿
Alex MrCashews
PRINT is a command, not a function. It does not return a value, so you can't make SAY equal PRINT.
2そうだね
プレイ済み
返信[1]
親投稿
Alex MrCashews
Strings can be indexed like arrays. So, if you had a string TEXT$="HELLO", the code PRINT TEXT$[0] would print H, since it's the first (but we start at 0) character in the string!
4そうだね
プレイ済み
返信[61]
親投稿
Alex MrCashews
The fade layer covers the help menu. I don't take credit for discovering this bug, someone else did. I'm simply reporting it for them.
0そうだね
プレイ済み
返信[7]
親投稿
Alex MrCashews
no they can't, because the 3DS hardware is physically 400x240 pixels
1そうだね
プレイ済み
返信[5]
親投稿
Alex MrCashews
3DS is 400x240 upper, 320x240 lower (don't know the color depth for sure.) HD display would look horrendous if you downscaled it to that resolution. The SB system itself is capable of any sort of graphics as long as it's within RGBA5551 color and 512x512 pixels.
2そうだね
プレイ済み