Calculator Community > Axe
How to tilemap?
<< < (2/2)
nemo:

--- Quote from: Michael_Lee on October 19, 2010, 07:19:11 pm ---
--- Quote from: nemo on October 19, 2010, 07:14:08 pm ---
--- Code: ---.PROG
[0000000000000000]->Pic1
[FFFFFFFFFFFFFFFF]
[FF818181818181FF]
[0101010101]->GDB1
[0100000001]
[0102020201]
[0101010101]
For(Y,0,3
For(X,0,4
Pt-On(X*8,Y*8,Y*5+X*8+Pic1
End:End
DispGraph
Repeat getKey
End

--- End code ---

--- End quote ---
Wait, wouldn't using X and Y just return random gibberish?  How does the code know that X and Y refer to GDB1?

--- End quote ---

oops. fixed.
JustCause:
This was helpful for a project I'm working on. Thanks!
Navigation
Message Index
Previous page

Go to full version