let’s say i have 4 circular icons…on rollover i’d like to zoom in on them, well one at a time, and at the same time i want the other icons to be pushed out of the way (so they’re all visible no matter how big the zoomed in overstate is (or how far apart they are from each other for that matter).
In flash, is there something like “no overlapping layers” option (like in dreamweaver).
Hi, don’t believe there is anything like that in Flash…
In Flash it can be done though. On rollover you need to use _xscale and _yscale to do the zoom in effect. That symbol will have an X and Y position attribute also. As the size increases it will remain the same - however if you use some simple statement attached to the other symbols you can keep them apart. Lets say u want to keep them 15px apart, something along these lines would do it
something along those lines would help u keep them out of the way. In short will need to use actionscript X,Y,xscale and yscale to move the various outa the way!
maybe another way to do it, but thats how I would go about it!
Thanks, that makes sense. You just basically move the objects depending on how big the objects next to it. that’s cool. Yeah i was wondering if that’s what they were doing. Thanks for your help, RageW0lf