@@ -6,15 +6,16 @@ function init()
end
function update()
setmode(2)
paper(COLOR_BLACK)
cls()
x = x + dx
y = y + dy
if x == 39 or x == 0 then
if x == 19 or x == 0 then
sound(440, 50)
dx = -dx
if y == 29 or y == 0 then
if y == 14 or y == 0 then
sound(880, 50)
dy = -dy
The note is not visible to the blocked user.