Lets say I create 2 states, stateA and stateB. I start stateA which creates a sprite object and adds it to the World. Then I start stateB, assign the sprite object that was created in StateA and added to World, to a variable in stateB. Will I not be able to access the sprite because it was destroyed when I changed states? Do I need to create another sprite and add it to the World?