Text disappears?

Whenever I pick up the blue powerup "Barrier" in my game the text disappears for my DrawHUD behavior. I've already narrowed this down to having something to do motion blur behavior I created but I would rather resolve this then scrap that behavior. Anyways here are the behaviors. The game is also on forge and is called Merge.

Greg

  • *
  • Posts: 1259
If you always set the opacity to 100 in the Draw Hud behavior, does that help?

Joe

  • *
  • Posts: 2478
Greg, do you recall if each Behavior maintains a separate opacity for drawing? I remember having to explicitly set the opacity like this a while ago because there was only a "global" opacity value used for drawing, but I thought that had been changed/fixed.

Jon-iPad

  • *
  • Posts: 166
This should be fixed if there's an underlying issue.

Greg

  • *
  • Posts: 1259
The last note that I could find from Jon on the old forums in regards to this is the following -

http://team.stencyl.net/showthread.php?tid=12059

Quote from: Jon
Yeah, graphics state is not sandboxed in the Flash engine, so changes in other behaviors will actually persist changes to the state (like opacity). This is actually one of the fixes we need to get to before launch.