Jump to content
Search Community

bitmapMode=false not always rendering

AP test
Moderator Tag

Recommended Posts

Hi al,

 

It looks like toggeling the bitmapMode sometimes makes the clip disappear, when bimapMode is false. Somebody else has the same problem? This is what I do:

function onClick(event:Event):void{

animating = !animating;

if(animating){

addEventListener(Event.ENTER_FRAME, ef, false, 0, true);

BlitMaskMonuments.bitmapMode=true;

}else{

removeEventListener(Event.ENTER_FRAME, ef);

BlitMaskMonuments.bitmapMode=false;

}

}
Link to comment
Share on other sites

Hi and welcome to the GreenSock forums.

 

If you are experiencing a bug, please provide a very simple file with only enough code and assets to replicate the problem. 

 

We are not aware of any problems involved with toggling bitmapMode, but if one exists we'd love to fix it. 

 

Thanks

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...