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

2012/5/17

nullpointerexception

tylers tylers

2012/5/17

#
i keep getting an error here
if(getOneIntersectingObject(per1.class)!=null)
       {
           face = p.facing();  //this I where I get the error.
        }
fixed it now.
davmac davmac

2012/5/17

#
Then 'p' is null.
You need to login to post a reply.