-- title: rastertest01 -- author: mieki256 -- desc: short description -- script: lua t=0 x=96 y=24 function TIC() cls(13) map(0,0) local col=0 local scale=3 spr(1+t%60//30*2,x,y,col,scale,0,0,2,2) col=12 print("HELLO WORLD!",84,84,col) t=t+1 end --function SCN(row) function BDR(row) local rx,ry rx=8*math.cos(math.rad(3*t+4*row)) ry=6*math.sin(math.rad(2*t+4*row)) poke(0x3FF9,rx) poke(0x3FF9+1,ry) end