I want to create the effect of a box getting bigger on click and bouncing back on release.
I’ve created it using shape tweens, but it looks pixelated and blurry. Is there a better way to create this using AS? Is there a better way to make the movement look more fluid, or bouncy using AS?
hmm… I dont know… Your problem is with the actual vectors kinda being pixelly…
this is kinda a strech (quite stupid too) but an idea nevertheless. You could make a line of dots out of a movieClip that has a small 1x1 box. Then using AS you can change their motion up and down. Would still be a little pixelly though…
second, almost. It is growing on click then shirnking back to orig size, but the it doesn’t really grow to the bigger size, it more of jumps then shrinks.
Does that make sense?
I want the elasticity to grow then shrink to original size, then on release elastically shrink then return to orig size.