I can’t seem to get rid of a stutter that happens when I show a Monarch screen for the first time. Subsequent monarch.show()'s are fine.
The “Preload” flag has been ticked, but this only seems to move the stutter a few frames earlier.
The curious thing about this is that it happens for all screens, even if they’re virtually empty (one text node and one box node) and minimal code in the .gui_script.
Aside from the above, is there anything else I could do to avoid this stutter?
Edit: Removing things in sequence until there was no stutter revealed the culprit: Shadow Alpha and Shadow Blur. When both set to 0, the stutter disappears. Is it possible to pre-cache the fonts?!
Edit 2: Changing the font to Bitmap also removes the issue, but then the shadow doesn’t work (it becomes square blocks).