This is G o o g l e's cache of http://www.flashsandy.org/forum/index.php?act=Print&client=printer&f=17&t=137 as retrieved on 31 Jul 2007 22:58:31 GMT.
G o o g l e's cache is the snapshot that we took of the page as we crawled the web.
The page may have changed since that time. Click here for the current page without highlighting.
This cached page may reference images which are no longer available. Click here for the cached text only.
To link to or bookmark this page, use the following url: http://www.google.com/search?q=cache:5_8uvpQJApEJ:www.flashsandy.org/forum/index.php%3Fact%3DPrint%26client%3Dprinter%26f%3D17%26t%3D137+act%3DPrint+%22index+php%22+-lofiversion+site:www.flashsandy.org&hl=en&ct=clnk&cd=65


Google is neither affiliated with the authors of this page nor responsible for its content.
These terms only appear in links pointing to this page: act print index php

Printable Version of Topic

Click here to view this topic in its original format

Sandy's Forum _ AS2 1.x versions _ distortimage

Posted by: g5604 Oct 11 2006, 07:58 PM

Hi,

i would love to be able to tween the distort image class using the mx.transitions. does anyone have any idea, how to do this?

my basic code is this:

QUOTE
import sandy.util.DistortImage;
import flash.display.BitmapData;
var bmd:BitmapData = new BitmapData(photo._width, photo._height);
var clip:MovieClip = this.createEmptyMovieClip("holder", 1);
var di:DistortImage = new DistortImage(clip, bmd, 5, 5);
di.texture.draw(photo);
di.setTransform(25, 33, 80, 45, 67, 23, 9, 23);

Posted by: kiroukou Oct 16 2006, 08:17 PM

Hi smile.gif

http://theflashblog.com/?p=224

Very inspiring example I think smile.gif

Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)