€ ªªª˜™”™˜IO™˜DO”˜DD”HDODHDDD˜™™™ªªªª™™™™™™™™™™™™™™™™™™™™™™™™™™™™ªªªª™™™™™ªªš™ªªš™ªªš™ÊÌš™ªªš™™™™ªªªª™™™™™ªªš™ÊÌš™ÊÊš™ÊÌš™ªªš™™™™ªªª ™™™‰)""‰),,‰)Â"‰),,‰)""‰™™™‰ÈÌÌÌÈÌÌÌÈÌÌÌÈÌÌÌÈÌÌÌÈÌÌÌÈÌÌÌÈÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌŒÌÌÌŒÌÌÌŒÌÌÌŒÌÌÌŒÌÌÌŒÌÌÌŒÌÌÌŒÈÌÌÌÈÌÌÌÈÌÌÌÈÌÌÌÈÌÌÌÈÌÌÌÈÌÌ̈ˆˆˆÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌ̈ˆˆˆÌÌÌŒÌÌÌŒÌÌÌŒÌÌÌŒÌÌÌŒÌÌÌŒÌÌÌŒˆˆˆˆÌÌÌÌffff&bUf&bUfffff–i3f–i3fffffÌÌÌÌffffffffffffffffffffffffffffÌÌ̬fffffffffffffffffffffffffff–ªªªª™™™™™™™™™™™™™™™™™™™™™™™™™™™™011233333333333333333333333333 >0ul=1 u=2 ur=5 l=17 r=21 c=18 ll=33 d=34 lr=37 function wset(x,y,tile) spr(tile,x*8,y*8,0) end function win(ox,oy,w,h,title) wset(ox,oy,ul) wset(ox+w,oy,ur) wset(ox+w-1,oy,ur-1) wset(ox+w-2,oy,ur-2) wset(ox,oy+h,ll) wset(ox+w,oy+h,lr) for x=ox+1,ox+w-3 do wset(x,oy,u) end for y=oy+1,oy+h-1 do wset(ox,y,l) wset(ox+w,y,r) end for x=ox+1,ox+w-1 do wset(x,oy+h,d) end for x=ox+1,ox+w-1 do for y=oy+1,oy+h-1 do wset(x,y,c) end end print(title,ox*8+2+8,oy*8+2,12,false,1,true) end rnd=math.random cls(11) for x=0,239 do y=90+math.sin(x/80+4)*20 rect(x,y,1,100,6) end map(0,0,30,17,0,0,0) print("start",9,130,12,false,1,true) math.randomseed(1) function TIC() --cls(0,0,30,17,1,1,0) if time()>2000 and rnd()>0.98 then win(rnd(0,20),rnd(0,13),rnd(6,9),rnd(3,8), "Error") end end