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そうだね プレイ済み
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そうだね プレイ済み
Look's good, didn't know I helped!
0そうだね プレイ済み
WHILE CHATTING
PRINT "Hey doods!"
IF CHATTING!=TRUE THEN
"Bye dooods."
BREAK
ENDIF
WEND
1そうだね プレイ済み
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そうだね プレイ済み
Dude stop using VSYNC after each button press, refer to my earlier comment.
0そうだね プレイ済み
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そうだね プレイ済み
I never used miiverse much, until smileBASIC. You never know what you'll see.
0そうだね プレイ済み
Oh and even in Java you need == for comparison operator. Perhaps you just forgot.
2そうだね プレイ済み
If you can do Java then Basic should be cake *cough*
0そうだね プレイ済み
oops. wasted time answering your last post. >.<
1そうだね プレイ済み
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そうだね プレイ済み
That's whats amazing about it. It's generated via code so each one isn't drawn by hand.
1そうだね プレイ済み
Yes, but you should make better sprites happen. Hehe, no offense.
0そうだね プレイ済み
Yeah, putting the r (rights) symbol doesn't make it yours.
3そうだね プレイ済み