Halo_MASTER wrote:
am i the only one around here who can't figure out how to place and move a sprite?
I've updated the code above to help you get started. Here is the QR code:

Make note of these two functions: SPSET & SPOFS
SPSET will link a sprite to a control number. The control number can be 0-99. In the example above, I set a random character to each of the control numbers.
SPOFS will offset a sprite to a location on the screen. For each sprite in the Demo, I placed it at a random location on the upper screen.
I then give each sprite a random destination and run through the animation loop until each sprite has made it to its destination. Then the program ends.
esert"
