How do I get text to appear as the player clears a level?
Posted: Tue Jan 21, 2020 8:22 pm
Forums for SMBX
https://www.smbxgame.com/forums/
It worked, thank you!Enjl wrote: ↑Tue Jan 21, 2020 10:33 pmjust set a boolean in onEvent that enables relevant code in onDraw. onEvent runs like the name implies: Only on frames that have triggered an event.
Instead of using onEvent you could also just check for Level.winState() > 0 https://wohlsoft.ru/pgewiki/Level_(class)