0 Members and 1 Guest are viewing this topic.
@TsukasaZXOk, here is a quick example of code for text sprites:Code: [Select]ClrDrawFor(A,0,56,6For(B,0,90,5For(C,0,4Text(A,B+C,sub("XYXJX",C+1,1EndEndText(A,92,"__ //Two spaces.EndIf you want further explanation just let me know
ClrDrawFor(A,0,56,6For(B,0,90,5For(C,0,4Text(A,B+C,sub("XYXJX",C+1,1EndEndText(A,92,"__ //Two spaces.End
ClrDrawFor(A,0,56,6For(B,0,90,5For(C,0,6Text(A,B+C,sub("XYXJX ",C+1,1EndEndEnd
Huh, I guess Harrier doesn't have his on ticalc.org. I couldn't find one. But I know he has one on UTI since that's where I got it and there is another one somewhere.
Ouch, yeah I tried adding forum in the URL and it doesn't work either. Their dl section is definitively gone completly. I'll need to check the other topic for the file ID I guess...Deep, thanks, I'll give this a try when I have some time. SourceCoder format, right?
Figured out how to work my program, finally. I accidentally used 16 instead of 32 (apparently, I can't count ). So there it is in my earlier post. Enjoy Quote from: DJ Omnimaga on August 26, 2010, 04:20:16 pmOuch, yeah I tried adding forum in the URL and it doesn't work either. Their dl section is definitively gone completly. I'll need to check the other topic for the file ID I guess...Deep, thanks, I'll give this a try when I have some time. SourceCoder format, right?Well, no, unfortunately. I don't really know how to use SC, especially when it comes to those weird restricted tokens. So you'll have to type it by hand, using some kind of extra symbol generator Sorry.EDIT: Oh, yeah, and to use it, you have to store the sprite as a binary 5x5 matrix in [A], such as[[0,0,0,0,0][0,1,0,1,0][0,0,0,0,0][1,0,0,0,1][0,1,1,1,0]]→[A]EDIT2: Or use the matrix editor.