0 Members and 2 Guests are viewing this topic.
Thanks for your help all. All I need to do now is experiment and practice, making sure I get the codes down.
New Question.So, If I wanted to draw an X, I could make an 8x8 sprite like0100001001000010001001000001100000100100010000100100001000000000 But say i wanted to make a box that could only fit in an 24x6 spreite sized box. Would I have to use 3 8x8 sprites and just leave off part?That X in hexadecimal is 42, 42, 24, 18, 24, 42, 42, 00
Data(rows,columns)->Pic1[Hex]...Bitmap(X,Y,Pic1
Then it'll work. Setting blank bytes to 00 simply doesn't draw them.