Jump to content
Search Community

Omarata

Members
  • Posts

    2
  • Joined

  • Last visited

Omarata's Achievements

0

Reputation

  1. 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"?
  2. 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?
×
×
  • Create New...