This site requires JavaScript, please enable it in your browser!
Greenfoot back
IsaacIIV
IsaacIIV wrote ...

2012/3/13

Can't declare a new actor from another actor

IsaacIIV IsaacIIV

2012/3/13

#
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?
IsaacIIV IsaacIIV

2012/3/13

#
SORRY, me being really stupid - its working now
You need to login to post a reply.