0 Members and 2 Guests are viewing this topic.
.MATRIXFix 5//Initial try, works fineText(10,10,"FFFFF")Repeat getKey(15)DispGraphEndDeltaList(0->GDB1For(Y,0,7)For(X,0,7)1->{Y*8+X+GDB1}EndEnd"!"->Str1For(P,0,15)({4*P+GDB1}*8)+({4*P+1+GDB1}*4)+({4*P+2+GDB1}*2)+{4*P+3+GDB1}->N"F"->{Str1+P}End//Second try, plus trying to figure out if I used the string rightText(10,10,"FFFFF")Text(10,20,Str1)Repeat getKey(15)DispGraphEndFix 4
DeltaList(0->GDB1For(Y,0,7)For(X,0,7)1->{Y*8+X+GDB1}EndEnd
Text(2,20,Str1)Text(2,40,"HELLO!")
DeltaList('0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0'->Str1
Thanks, knowing that really helps, and nice explanation too! I would give both of you positive post ratings, but either I don't know how or it won't let me because I have too few posts.
Yeah, you can't vote until you have 20 posts. Only one away