I am developing a game where the scoring happens at three times during the game.
During scoring, I flash (for a couple seconds) the score generated from each section of the board (using fadeOutAndDestroy).
However, the first time the scoring occurs, the background image for the scoring area does not appear until just before the zone disappears.
Is there a way to pre-load images (in the code I have access to) so that when the time comes to call them, they can appear right away?
~cmgames
During scoring, I flash (for a couple seconds) the score generated from each section of the board (using fadeOutAndDestroy).
However, the first time the scoring occurs, the background image for the scoring area does not appear until just before the zone disappears.
Is there a way to pre-load images (in the code I have access to) so that when the time comes to call them, they can appear right away?
~cmgames