Oop, not WEND @ end, do NEXT instead.
0そうだね プレイ済み
DIM MAP[0]
FOR A=0 TO 3
BGSCREEN A,64,64
LOAD "DAT:SC_MAP_L"+STR$(A),MAP
BGLOAD A,MAP
WEND
0そうだね プレイ済み
I have no idea, perhaps try fiddling about with GPAGE.
0そうだね プレイ済み
I'd like to help code! Again, just give me a job and necessary files, i'll get it done ASAP!
2そうだね プレイ済み
IF BUTTON(2)&&SPHITSP(0,1) THEN ?"HI"
The player and tv need to have definition numbers of 0 and 1.
0そうだね プレイ済み
Hey guys! Could I join? I'm a decent programmer, just tell me what to do and all the keys to the source!
3そうだね プレイ済み
They should add something like what Google Docs has where you can edit live!!!
0そうだね プレイ済み
Heres the key, hopefully you know how to use it! Thanks for the help.
0そうだね プレイ済み
This is the line saying type mismatch...
0そうだね プレイ済み
What's wrong with my code???
Thanks for the help.
0そうだね プレイ済み
SPCOL 0,1
SPCOL 1,1
IF SPHITSP(0,1) THEN
DIALOG "Hi"
ENDIF
0そうだね プレイ済み
HELP PLEASE!
If I do:
DIM A[10]
A[0]=5
CUSTOM A
COMMON DEF CUSTOM D
?LEN(D)
?D[0]
END
It gives an error, why???
2そうだね プレイ済み
OPTION STRICT Is a pain in the butt.
2そうだね プレイ済み
340*
Error was:
LEN(D)-1
should've been:
(LEN(D))-1
0そうだね プレイ済み