function dx_move(_, _, x, y)
if ( x >= sW*741 and x <= (sW*741) + (sW*162) and y > (sH*587) and y < (sH*587) + (sH*622) ) then
color2 = tocolor (255, 255, 0, 255)
else
color2 = tocolor (255, 255, 255, 255)
end
if ( x >= sW*381 and x <= (sW*381) + (sW*202) and y > (sH*587) and y < (sH*587) + (sH*622) ) then
color = tocolor (255, 255, 0, 255)
else
color = tocolor (255, 255, 255, 255)
end
end