How to apply actionscript 3 radial effect in flash? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-19T06:18:22Z http://stackoverflow.com/feeds/question/1072757 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1072757/how-to-apply-actionscript-3-radial-effect-in-flash 0 How to apply actionscript 3 radial effect in flash? zproxy 2009-07-02T06:12:57Z 2009-07-02T09:18:11Z <p>In actionscript 3 I want to apply a special effect which will render my flat 2d layout into a radial form.</p> <p>Is there a way to achieve such an effect with existing features or should that be developed first by using alchemy?</p> <p>External Example: <img src="http://d2syub29v5lge2.cloudfront.net/web/playfishcom/img/crazy%5Fplanets/cp%5Fscreenshot2%5F640.jpg" alt="alt text" /></p> http://stackoverflow.com/questions/1072757/how-to-apply-actionscript-3-radial-effect-in-flash/1073352#1073352 1 Answer by Iain for How to apply actionscript 3 radial effect in flash? Iain 2009-07-02T09:18:11Z 2009-07-02T09:18:11Z <p>You could use pixel bender to create a custom filter for this, or you could try to use displacements maps. Either method could end up looking pixel-y or distorted and not necessarily what you want. The above example seems like it's being played on a circular game map rather than being a rendering effect.</p>