I’ve read a document or two about sprites but not really sure how to do this…
I have an idea for a game that involves chucking furniture into a truck using physics.
I’ve attached the sprite sheet so you could better understand what I’m trying to do.
Basically, I want to be able to spawn 1-10 random pieces of furniture onto the screen for the player to throw into a moving truck.
How would I go about using the image sheet to do that? I know how to accomplish this by using a single image file but not a sprite sheet. Also, I tried loading a sprite sheet into a different project (just to learn how to do it) and the background of the sprite showed up along with it. As in…the picture was there but so was the background grid. How do you load only the image and not the background?
Hope I’m making sense lol.