I'm Currently working on a labyrinth-type game, and right now I have a "timed" mode where there is a time limit for each labyrinth. After the set time, the level resets.
The problem is, I can't figure out how to display that time as an HUD. I've tried all the timer behaviors on stencylforge, but they all crash the game, maybe because it's an iOS game...
The description on stencyl's help site explains how to create a timer and how to make a label, but it doesn't say how to make the label display the time!