Im trying to use the Sandy distortImage class on externally loaded images, but no dice?
Heres the class if you haven't used it before: http://sandy.media-box.net/blog/dist...ionscript.htmlCode:import DistortImage; createEmptyMovieClip("container", getNextHighestDepth()); var mcLoader:MovieClipLoader = new MovieClipLoader(); var mclListener:Object = new Object(); mclListener.onLoadComplete = function() { var d:DistortImage = new DistortImage(container, container, 2, 2); d.setTransform(20, 100, 200, 120, 200, 200, 100, 200); }; mcLoader.addListener(mclListener); mcLoader.loadClip("weitzel.jpg", container);
thanks





Reply With Quote