0,]']±>Sï}WÿÍu§ðp8·d%qy)6o;]ÉA¦ösï÷ôôô”°ÂVl†30 then fish.x=fish.x-(dx/dist)*speed fish.y=fish.y-(dy/dist)*speed fish.x=math.max(0,math.min(240-fish.w,fish.x)) fish.y=math.max(0,math.min(136-fish.h,fish.y)) end if cat.xfish.x and cat.yfish.y then score=score+1 fish.x=math.random(0,240-fish.w) fish.y=math.random(0,136-fish.h) end cls(0) spr(5,cat.x,cat.y,0,1,0,0,2,2) spr(3,fish.x,fish.y,0,1,0,0,2,2) print("Fishesº: "..score,4,4,15) end