
-----------------------------------
Triple Five
Mon Jan 19, 2004 6:13 pm

Updated Grass with house!
-----------------------------------
View.Set("graphics:650;500")
%background
drawfillbox(0,0,650,500,56)
%Grass
var x,y,half:int
process grass(minx,maxx,miny,maxy:int)
    for i:0..20000000
        randint(x,minx,maxx)
        randint(y,miny,maxy)
        half:=maxy-miny
        if y