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

spaceblue's Comments

Back to spaceblue's profile

I don't believe your computer screen is this large.
Hey that thing is huge now.
You can tell the greenfoot thing to hide itself by changing its image to new GreenfootImage(1, 1). That gives you a transparent 1 by 1 pixel image.
Problem here: java.lang.IllegalArgumentException: java.io.FileNotFoundException: Could not find file: Gems\yellow.gif at greenfoot.GreenfootImage.loadFile(GreenfootImage.java:202) at greenfoot.GreenfootImage.<init>(GreenfootImage.java:100) at greenfoot.Actor.setImage(Actor.java:296) at Diamond.<init>(Diamond.java:53) at PlatformWorld.buildLevel(PlatformWorld.java:181) at Screens.background(Screens.java:75) at Screens.act(Screens.java:55) at greenfoot.core.Simulation.runOneLoop(Simulation.java:346) at greenfoot.core.Simulation.run(Simulation.java:178) Make sure your file name is correct, and the pathway is correct.
spacebluespaceblue

2009/12/15

Count meter doesn't look like it goes over 9999. I think I got a score of 10700 and it recorded my score as 700.
Oh by the way i think the shaking is caused by if you set the location to something like 60, 4.5 (a decimal).
This maze is pretty long.... Maybe add something that will return the dot to anywhere on the red line?
Is the !A||B logic gate impossible? Eric keeps on saying that Mido messes up.
Exception here when i try scrolling with wasd: java.lang.NullPointerException at Spawn.act(Spawn.java:44) at Park.runCycle(Park.java:105) at Park.act(Park.java:131) at greenfoot.core.Simulation.runOneLoop(Simulation.java:332) at greenfoot.core.Simulation.run(Simulation.java:178)