Hi
Does anyone know what's wrong when I use loveframes setState command to switch between frames and it works first properly but then one of my frames shows nothing but black screen?
loveframes.SetState("mainMenu") -- works
loveframes.SetState("stats") -- works
loveframes.SetState("mainMenu") -- works
loveframes.SetState("stats") -- Black screen! Where did my frame go?
I'd prefer not to give away the source code. It would help me a lot if someone who has used the SetState function could tell if they ever had such problem?