Hi all,
Here’s what i want to do (see attached files for animation, click on the little cubes). When i click something i want it to enlarge. But not just with sizing. I want to move each of the 4 corners of the movieclip from 1 point to another.
I was thinking about a function using arrays like this: ( i know that this isnt good a.s. its just to give you an impression of what i want )
buttonMC.startCorners=[[50,50],[50,100],[100,50],[100,100]]
buttonMC.endCorners=[[100,100],[100,400],[400,100],[400,400]]
This way i want to have a lot of little buttons change into the same large button (with different content in it each time).
I have no idea what it’s called so i don’t know what to look for. I hope one of you guys knows the answer =)
Thanks,
Ricardo