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

2019/10/31

I need help adding a actor if another actor touches the edge!!!!!

kahn kahn

2019/10/31

#
public void lose() { if (isAtEdge()) {getWorld().removeObject(this); getWorld().addObject(new lose1(),500,250); Greenfoot.stop();} }
kahn kahn

2019/10/31

#
nvm figured it out
You need to login to post a reply.