on(release){ setProperty(my_obj, _x, Number(my_txt.text)); }
on(release){ my_obj._x = Number(my_txt.text); }