y=128 function _draw() cls() line(40,y,80,y+43) y-=1 if (y<-43) y=128 end
[Please log in to post a comment]