@@ -11,9 +11,11 @@ function update()
x = x + dx
y = y + dy
if x == 39 or x == 0 then
sound(440, 50)
dx = -dx
end
if y == 29 or y == 0 then
sound(880, 50)
dy = -dy
locate(2, 2)
The note is not visible to the blocked user.