Flash BitmapData
Flash BitmapData
Out of context: Reply #1
- Started
- Last post
- 2 Responses
- enjine0
you can just apply the displacement filter to movieclip holding the bitmapData, if you want to keep the effects separate.
or you can call bitmapdata.draw() on the container movieclip if you want to copy the snapshot back to the bitmap data.
i did that to make some pretty decent transitions in a recent photo gallery.