0 Members and 1 Guest are viewing this topic.
:For(F,0,383:¦ rand^3→{L1+F}:End:[FFFFFFFFFFFFFFFFFF818181818181FF0000000000000000]→Pic11::0→X:0→Y:0→K:While K≠15:¦ getKey→K:¦ X+1→X:¦ :¦ ClrDraw:¦ For(A,0,11:¦ ¦ For(B,0,7:¦ ¦ ¦ 24*(Y/8+B)+(X/8+A)→N:¦ ¦ ¦ Pt-On(8*A-(X^8),8*B-(Y^8),8*{L1+N}+Pic11:¦ ¦ End:¦ End:¦ DispGraph::End
0->{L1}8*{L1}->A
Ok found the problem code, its when you multiply a value by data read from RAMCode: [Select]0->{L1}8*{L1}->AGives a very weird happening.
Yay it fixed, didn't think of that Its interesting that it doest pose a runtime problem, but a compiling problem.