Hi,
du kannst die Variable nicht direkt im Panel ändern.
Ändere die position in deiner Funktion.
z.B.
function test() {

player1.pos_x += a;

}