I'm having some problems trying to create a new actor in one of my methods , add it to the world , and then call a method in it.
I thought the code would simply be Actor a = new Tower(); but greenfoot says that it's not a statement. What should it be?