Share Posted May 24, 2016 I am using tween max in flash and I am using glow filter effect on a movieclip it works well when debugging on computer but when I try to use it on mobile the glow effect doesn't happen Is it not supported on mobile? here's the code: TweenMax.to(mc,1,{delay:1.5,glowFilter:{color:0xff0000,alpha:1,blurX:40,blurY:40,strength:1.5}}) any help? Link to post Share on other sites
Share Posted May 24, 2016 That's probably more of a question for Adobe. I'm not very familiar with what's supported in the mobile AIR stuff, but it wouldn't surprise me if filters weren't available. Did you make sure you activated the GlowFilterPlugin? 1 Link to post Share on other sites
Author Share Posted May 24, 2016 Thanks for the reply , I figured out it is because flash disables filters when rendering mode is set to "GPU", it should be either "CPU" OR "DIRECT" It worked on CPU but animations are not smooth at all Is it possible to do it while it is set to "GPU"? Link to post Share on other sites
Share Posted May 24, 2016 I don't think so, no. That'd be a question for Adobe Link to post Share on other sites