for EG, when my players exp or score reaches a certain amount then a box or object pops up saying "LEVEL UP".
Just make an invisible sprite for the "LEVEL UP" message and make it visible when conditions are met.
Conditions
Compare two values ExpVariable > CertainAmount
Run Once
Actions
Create PopupTextObject at x, y
Set Text to "LEVEL UP"
Optional - Add Fade Behavior to PopupTextObject
Do you guys use dictionaries or local storage?
Also-- how to create achievements on New Grounds--
https://www.newgrounds.com/wiki/creator ... -your-game
Develop games in your browser. Powerful, performant & highly capable.
this is better for me as i needed to create the custom popup box rather than a basic text.
thank you