09-09-2022, 12:50 AM
(This post was last modified: 09-09-2022, 12:53 AM by James D Jarvis.)
as a genral outline:
load the sprites into an image with LOADIMAGE
create variables to hold the sprites.
use GET and PUT or _PUTIMAGE to put them where you want them.
There are more picky details but that's how you do it. There's code examples in the wiki that will help you out.
load the sprites into an image with LOADIMAGE
create variables to hold the sprites.
use GET and PUT or _PUTIMAGE to put them where you want them.
There are more picky details but that's how you do it. There's code examples in the wiki that will help you out.