Skip to main content
Participant
October 2, 2006
Question

Blur Filter problem

  • October 2, 2006
  • 1 reply
  • 310 views
I am having a problem with blur filters I have applied to a game.The filters work fine when viewed in an unexpanded view,but as soon as I go full screen the filters are not applied to the back ground items I have filtered.Is there a solution for this problem?Any suggestions would be great.

Regards Will
    This topic has been closed for replies.

    1 reply

    October 2, 2006
    My guess is that you are scaling objects to a size which is larger than cacheAsBitmap works with. when you use filters, bitmap caching is turned on. If the object is larger than cacheAsBitmap accepts (I think 2800px or so in any direction... consult the docs), bitmap caching turns off, and your filters disappear.

    Participant
    October 3, 2006
    Thanks Jay, I haven't tried it yet,but I'm sure you're right.Thanks for the advice.

    Regards Will