I have a minimap using a mask. When I start the game in fullscreen mode, the mask works. When I alt-tab (or minimize some way) and then bring back the game, the mask is no longer working.
These are the things I've tried to fix this. After receiving an event that the game viewport was resized:
- I tried invalidating the minimap, and recalling setMask on it. This didn't work.
- I tried destroying the minimap movie clip and recreating it. This didn't work.
- I tried closing the entire HUD movie player, and recreating it. This didn't work.
I'm running out of ideas on what I can do to fix this.
Any suggestions?
These are the things I've tried to fix this. After receiving an event that the game viewport was resized:
- I tried invalidating the minimap, and recalling setMask on it. This didn't work.
- I tried destroying the minimap movie clip and recreating it. This didn't work.
- I tried closing the entire HUD movie player, and recreating it. This didn't work.
I'm running out of ideas on what I can do to fix this.
Any suggestions?
Comment