my player sprite has an instance variable for health.so when my players health is equal to 0 it should restart the layout, and I should get my health back, but when I make my player sprite global, when it restarts it doesn't reset my health, so it just gets in a cycle of restarting. please help I need my player sprite to be global but also need it to restart when I die.