here's BASIC VER. 1.1...
key:NRKPD3ED
4そうだね プレイ済み
you have to put GPAGE 0,0 to put the graphics down
1そうだね プレイ済み
yes, it is MML but I honestly don't know how to use it. I used the HELP button and copied it down.There are waveforms, also.
(im working on the bowling game a bit)
1そうだね プレイ済み
dream team gaming sounds horribl......y good(I do like it !)
3そうだね プレイ済み
MML(music macro language) is hard & complex. I'll show you a screenshot in a bit...Oh, and my birthday is on the 22nd!
3そうだね プレイ済み
'pub codes' are codes you can give to people so they can test/try your games/apps/programs
(they are actually called public codes)
3そうだね プレイ済み
im OK at it and the pub codes shows you my potential.
0そうだね プレイ済み
can I join? I could show you some pub codes, too I'm crappy with sprites,though
0そうだね プレイ済み
you can use SPOFS to define the X & Y positions. ex:
SPSET 0,0
@A
SPOFS 0,X,Y
IF BUTTON AND #RIGHT THEN X=X+5
ENDIF
GOTO @A
0そうだね プレイ済み
you can use SPCHR to switch a sprite.if you want to move the sprite, use this:
IF BUTTON AND #RIGHT THEN X=X+3
i could give you a program so you can figure it out.
0そうだね プレイ済み
maybe you could turn the BG into sprites !
0そうだね プレイ済み
make it print the public code to the app/game when the "purchase" is complete.
then, use
CHKFILE"the file's name"
0そうだね プレイ済み