This site requires JavaScript, please enable it in your browser!
Greenfoot back
Laurence

Laurence

Welcome to my page

Laurence's scenarios

play TestScenario

Laurence's collections

This user has no collections

Recent Comments | Show All

Gotcha
public class Lamp extends Actor { int dir = 0; /** * Act - do whatever the Lamp wants to do. This method is called whenever * the 'Act' or 'Run' button gets pressed in the environment. */ public void act() { setRotation(90); } } I've made a simple 'lamp' image and indeed it turns 90 degrees but the beam stares straight forward weirdly enough.