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

FlyingRabidUnicornPig's Comments

Back to FlyingRabidUnicornPig's profile

i did this for a blue-green glow: image.setColor(new Color(20, 200, 100, 255-intensity));
Well, to be thinner, you change the range (look at the Beam documentation) And you'll probably have to edit the beam class to make a greenish hue, change the updateImage code to this: [code] // add ambiance to image image.setColor(new Color(/* The RGB values*/, 255-intensity)); image.fill();[/code]
I'm pretty sure it's ok, considering I've used it in my game...
Nevermind. Only lags on my computer when I'm using greenfoot, and not on the site.
Also, the graphics will be updated to better, more realistic pictures.
I only have the robot there for tracking the page when I will be debugging later. It won't be there for the final project.
Note to Note: He follows you when you look at him and move, and makes a cool effect when you sprint.
Note to update: He also follows you if you look at him (makes cool effect with vibration)
Yes, that's in the description, I just wanted to see what I could do for now. I want this to be as good as it can get, so I will be making good pictures for this eventually.