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

2013/5/6

Actor.getNeighbours() as public function

DaizDev DaizDev

2013/5/6

#
I'm using Greenfoot to the 1st time and i had externalized a class named MouseManager. So i can t use getNeighbours in my MouseManager class like
(Actor) act.getNeighbours();
I have 1 question :
Why does Greenfoot not allowed this usage ?
Greenfoot could permit a class creation by using the UI without be World or Actor extended ?
You need to login to post a reply.