Hello!
I have created a subclass based on the Actor class to put some instructions on the screen. I use the prepare method to place the object. I want to remove the instructions when I start the game so I put this code in the Actor method of my main object:
However, I get an error saying the program can't find symbol...:-(
I tried putting in Instructions.class in place of Instructions but I get this error:
"Incompatible types"
What am I doing wrong?
Thanks for you help!
getWorld().removeObject(Instructions);
