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

2020/1/14

for jak

SanjiNaha SanjiNaha

2020/1/14

#
public void fireball() { if (Greenfoot.isKeyDown("r")) { World MyWorld = getWorld(); MyWorld.addObject(fire, 0, 0); fire.setLocation(getX(), getY()); fire.setRotation(getRotation()); } }
You need to login to post a reply.