Hello,
How to create a sprite in my game with for example 3 frames with images I want to upload.
I would like to load images in my game that are not in my basic project.
Change the animation of a sprite by putting its images that I just changed.
For example:
Load image 1, change frame #1 of my sprite with the new image
Load image 2, change frame n°2 of my sprite with the new image
Load image 3, change frame #3 of my sprite with the new image
For example I would like to create a button in my game, I would like to choose
just 3 images, one for each frame (1, 2, 3).