ok sto iniziando a comprendere quindi se prima èra cosi:
_root.originalheight = _root.bar._height;
_root.ratio = _root.text._height/_root.bar._height;
_root.textstart = _root.text._y;
---------------------------------------------
if (_root.ratio >= 1) {
_root.bar._height = _root.originalheight/_root.ratio;
}
_root.leftlimit = _root.left._x+(_root.bar._width/2);
_root.rightlimit = _root.right._x-(_root.bar._width/2);
_root.toplimit = _root.top._y+(_root.bar._height/2);
_root.bottomlimit = _root.bottom._y-(_root.bar._height/2);
_root.bar._y = _root.toplimit;
---------------------------------------------------
Quali parametri cambio? con _root.istanzamc.targetscroll.azione

Rispondi quotando