Hello,

I have a feeling the answer to this is probably 'no' but worth a shot...
using actionscript I want to round up the xy position of everything on my stage to the nearest integer,
i.e. if something has a position of x = 24.8, y = 35.7 they would be repositioned to x = 25, y = 36.
Is this possible?

thanks!