Flash command not behaving correct in cs6
hi
i have small command use lot. in previous versions of flash, work great. rounds x , y of selected objects. still works on kinds of symbols, if run on textfield the textfield moves in wierd kind of way.
any ideas? or bug?
the script:
var curr_doc = fl.getdocumentdom();
for(i=0 ; i<curr_doc.selection.length ; i++ ) {
curr_doc.selection[i].x = math.round(curr_doc.selection[i].x);
curr_doc.selection[i].y = math.round(curr_doc.selection[i].y);
}
jakob
hi jakob,
this seems bug text objects. investigate further.
thanks!
mohan
More discussions in Adobe Animate CC - General
adobe
Comments
Post a Comment