ah great tnx for the example syncview :) i was trying to adress the pos function that way from my on Execute do but it wouldn't work that way. But there is no need to do that anyway ^^
Hi. This is kinda weird, but nonetheless, here it is: rollout rolTest "Test"( local p2PosTop = [10,10] local p2PosBottom = [10,40] button btButton_1 "Push Me!" width:60 height:30 pos:p2PosTop on btButton_1 pressed do ( if (btButton_1.pos == p2PosTop) then btButton_1.pos = p2PosBottom else if (btButton_1.pos == p2PosBottom)…