Yes.
"ActorType variable = new ActorType();" is the declaration.
Reference basically means the same thing as a variable in this sense. They are "pointers" to some bits of memory representing something.
Thanks for all the help! I think I finally understand references.
(For self-enjoyment)
Congradulations! Your Java skill improved by 1! You are now level 6! Next ability at level 20!
I am not 100% positive, but I think that variable would have to be added to the world before aMethod() can be called on it (if it extends Actor). ANYBODY == correct me if I am wrong!!!
Only methods that have anything to do with location (including methods that get other Actors in the World).
Pretty sure the rotation, the image, getWorld, and act methods are okay to do.
Huzzah! I just had the "non-static method" problem for another scenario, but was able to fix it on my own! I'm making lots of progress, thanks again guys :D.