Invisible sprites still take up a lot in memory
- by numerical25
Just curious, if I have a sprite on the stage with the alpha set to 0 does that take up just as much memory as a sprite that is visible?
I imagine it does because it draws the sprite to the stage and then it has to set the alpha to zero.
It may seem like a stupid question but I just wanted to verify.