Sorry for the delay guys. I started on five games while I was gone. They include:
• Interstellar Math
• Saving Christams
• Bottle Flip
• One player Uno
• Rwiiug easy music player/ writer
I'll post screen shots below.
10そうだね プレイ済み
The key is in the screen shot. Have fun!
1そうだね プレイ済み
Thanks! That sounds really cool. I was thinking about making something similar to that, but I scraped the idea when Rwiiug gave the community 125 free BGM tracks. Now I just use those instead.
0そうだね プレイ済み
Why are you using "MML"? Thats only uses to describe the language used for writing music.
0そうだね プレイ済み
Don't change the "MID" command. Thats the problem. And be sure to put ";" after it.
0そうだね プレイ済み
Show me a screen shot of the code. Then I can help.
0そうだね プレイ済み
I've made one with circles. Is that any good?
0そうだね プレイ済み
Try-
FOR I=0 TO 2
BEEP 1
?MID$("Hi!",I,1);
WAIT 1
NEXT
0そうだね プレイ済み
Its ok. I am going to be out for another 6-8 hours so don't wory about me at the moment. Thanks!
1そうだね プレイ済み
The cool part about "?" is that it can also be used as a delay. Ex:
FOR I=0 TO 30:?:NEXT
But this command doesn't lag the system if you put "" behind it.
1そうだね プレイ済み
Use the same technique for the TX and TY variables. Ex:
IF TX<10 AND TY<10 THEN ?1
0そうだね プレイ済み