Archiverse Internet Archive
投稿のみ 投稿と返信
前のページ(最近)
19 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 2940
次のページ(過去)
返信[2]
親投稿
Aaron Krondelo
Or you could simply..
1そうだね
プレイ済み
プレイ日記
Aaron Krondelo
TEASER! I wanted to keep this a secret but I can't contain my excitement. This is the only teaser! Release date 12/14.
11そうだね
プレイ済み
返信[6]
親投稿
Aaron Krondelo
No offense but you're expecting too much. SB is THE tool to make games, there is no game builder in the world that's going to let you easily make a 3d game. Even Unity requires a great deal of knowledge. I agree w/@Algorithm, just use the time to learn SB.
1そうだね
プレイ済み
返信[2]
親投稿
Aaron Krondelo
Look's good, didn't know I helped!
0そうだね
プレイ済み
返信[1]
親投稿
Aaron Krondelo
WHILE CHATTING PRINT "Hey doods!" IF CHATTING!=TRUE THEN "Bye dooods." BREAK ENDIF WEND
1そうだね
プレイ済み
返信[2]
親投稿
Aaron Krondelo
Industry?
1そうだね
プレイ済み
返信[3]
親投稿
Aaron Krondelo
Not "number of pages" but, DIM A[N] where N equals the number of elements. A[5] holds 5 separate data values. Arrays are useful and much more useful in loops. IE: If you do: FOR I=0 TO 4 A[I]=RND(10)+1 NEXT This will access each value in the array, A[0],A[1],A[2],A[3], and A[4]. And assign a random number 1-10 to each one.
0そうだね
プレイ済み
返信[14]
親投稿
Aaron Krondelo
Dude stop using VSYNC after each button press, refer to my earlier comment.
0そうだね
プレイ済み
返信[3]
親投稿
Aaron Krondelo
Actually, you could probably make your code work with one simple fix. You have no wait after the button input is detected, so it's going through all of them with one button press. Just put, WAIT 5 after each - IF BTN THEN DOSTUFF WAIT 5 ENDIF
3そうだね
プレイ済み
返信[3]
親投稿
Aaron Krondelo
I never used miiverse much, until smileBASIC. You never know what you'll see.
0そうだね
プレイ済み
返信[9]
親投稿
Aaron Krondelo
Oh and even in Java you need == for comparison operator. Perhaps you just forgot.
2そうだね
プレイ済み
返信[8]
親投稿
Aaron Krondelo
If you can do Java then Basic should be cake *cough*
0そうだね
プレイ済み
返信[1]
親投稿
Aaron Krondelo
Needs to be in a loop.
0そうだね
プレイ済み
返信[1]
親投稿
Aaron Krondelo
Modified version of BASIC.
1そうだね
プレイ済み
返信[1]
親投稿
Aaron Krondelo
oops. wasted time answering your last post. >.<
1そうだね
プレイ済み
返信[1]
親投稿
Aaron Krondelo
Go to the manage screen, create new folder you want to place it in. Then use copy on the file, paste it into that new folder. Once you're sure it's there delete it from the old location.
0そうだね
プレイ済み
返信[2]
親投稿
Aaron Krondelo
That's whats amazing about it. It's generated via code so each one isn't drawn by hand.
1そうだね
プレイ済み
プレイ日記
Aaron Krondelo
This is too cool!
22そうだね
プレイ済み
返信[4]
親投稿
Aaron Krondelo
Yes, but you should make better sprites happen. Hehe, no offense.
0そうだね
プレイ済み
返信[2]
親投稿
Aaron Krondelo
Yeah, putting the r (rights) symbol doesn't make it yours.
3そうだね
プレイ済み