Share Posted June 15, 2013 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 More sharing options...
Share Posted June 15, 2013 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 More sharing options...
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