1
Ask a Question / Change background color problem
« on: June 29, 2014, 09:44:40 am »
Hi, i created a scene attribute ("Scena") and a color attribute ("Red") and then i tried to use this code:
_Scena.colorBackground = new ColorBackground(_Red);
When i test the game it shows me this error: "Events for 'GameScene' (491) - Class not found". What is going wrong?
_Scena.colorBackground = new ColorBackground(_Red);
When i test the game it shows me this error: "Events for 'GameScene' (491) - Class not found". What is going wrong?