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

2020/1/22

For Jak

SanjiNaha SanjiNaha

2020/1/22

#
i kill turtle bois if(isAtEdge()) { World MyWorld = getWorld(); MyWorld.removeObject(this); } else if(isTouching(Pxl2.class)) { World MyWorld = getWorld(); MyWorld.removeObject(this); } else if(isTouching(Wall.class)) { World MyWorld = getWorld(); MyWorld.removeObject(this); } else if(isTouching(Ball2.class)) { World MyWorld = getWorld(); MyWorld.removeObject(this); }
You need to login to post a reply.