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

Report as inappropriate.

nooby123
nooby123 presents ...

2012/9/23

Snow(demo)

This isn't much, I just thought of this and decided to make it.

4500 views / 930 in the last 7 days

8 votes | 0 in the last 7 days

Tags: demo with-source

open in greenfoot

There is no HTML 5 translation of this scenario available.
View legacy version (requires Java plugin)

This scenarios uses Java features that are not available for use after conversion to HTML 5. Please try the legacy version, which requires the Java plugin to be installed.

SpilliSpilli

2012/9/23

I like it :)
danpostdanpost

2012/9/23

What would be cool is if the snow landed on other snow it takes longer to melt and the more snow that has landed make the background slowly brighten to show some scenery.
MatheMagicianMatheMagician

2012/9/23

The way the snowflakes move in different directions at different speeds isn't realistic. However, it is very beautiful.
sp33dysp33dy

2012/9/24

I like the idea of building up snow at the bottom of the page!
nooby123nooby123

2012/9/25

I'll take it into mind :)
A new version of this scenario was uploaded on Sun Sep 30 01:52:13 UTC 2012 Tried to make it glow at the bottom. Don't know if I did it right :/
UpupzealotUpupzealot

2012/10/18

I noticed that some snow at the bottom would have a Greenfoot default image, is that a bug? After all I love it
UpupzealotUpupzealot

2012/10/18

public class Light extends Actor implements Glower { private static GreenfootImage Glow = new GreenfootImage("light.png"); int d; /** * the static block woud be called before any instance has been inited of this class */ static{ Glow.setTransparency(0); } public GreenfootImage getGlowImage(){return Glow;} /** * if U don't give it a iamge at the beginning * it will get a Greenfoot defalt iamge * so put the image setting here, not in the act */ public Light() { setImage(Glow); } public void act() { ++d; if(d > 50) getWorld().removeObject(this); } } Try a change in the Light class like above, and the problem will be fitted

Want to leave a comment? You must first log in.

Who likes this?

Game/maniac birdy Upupzealot Blackbeltowen Gevater_Tod4711 sp33dy MatheMagician Spilli