
-----------------------------------
Krocker
Mon Nov 08, 2010 11:51 am

Animated Rain
-----------------------------------
Hiya, can some one help me make an animated rain in my landscape program. I need the rain fall onto the ground and it to be continues. the following is my code for the landscape:

% Landscape design
setscreen ("graphics:max;max,nobuttonbar")

    % Creates the sky
    drawfillbox (0, 0, 1010, 700, black)


    % Draws the Grass
    drawfillbox (0, 0, 1010, 180, green)


    % Draws the moon
    drawfilloval (200, 550, 60, 60, white)
    drawfilloval (235, 570, 60, 60, black) % 