Copy link to clipboard
Copied
I want to dynamically change the shape of a shape in as3. Say for example, on clicking and dragging on shape square the shape should change according to my mouse movement, direction. I have pasted a link below which display my requirement, selecting one shape and edit edges option, then click the shape and drag, the shape will change according to mouse movent and direction based on some math calculation. Is that possible in AS3. Thanks in Advance
Copy link to clipboard
Copied
yes, it's possible.
you can use the bitmapdata class (easier to control) or the displacementmapfilter (more difficult to control).
Find more inspiration, events, and resources on the new Adobe Community
Explore Now