Omarata Posted May 24, 2016 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?
GreenSock Posted May 24, 2016 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
Omarata Posted May 24, 2016 Author 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"?
GreenSock Posted May 24, 2016 Posted May 24, 2016 I don't think so, no. That'd be a question for Adobe
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now