Loading a sprite from a custom sheet isn't working. Help Please?
Root / Programming Questions / [.]
liknzeldaCreated:
https://youtu.be/Dntd2MNrwOQ
tl;dr When I save a spritesheet I have edited and call upon a sprite in the loaded spritesheet, it loads the default sprite of that value.
ACLS will reset the sprites and graphics only use it at the very start of your program, BEFORE you load stuff.Thank you so much! Is there a way to advance to another "page" in the program I am working on that erases the graphics on screen, but doesn't unload the spritesheets? I am using loops to go through the pages.
Use GCLS to erase graphicsACLS will reset the sprites and graphics only use it at the very start of your program, BEFORE you load stuff.Thank you so much! Is there a way to advance to another "page" in the program I am working on that erases the graphics on screen, but doesn't unload the spritesheets? I am using loops to go through the pages.