How to create an HUD count down timer

noahkaczor

  • Posts: 11
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!

Hi,

You might want to look at my thread here, with the screenshots and a working .zip file of an iOS timer.

http://community.stencyl.com/index.php/topic,7370.msg46756.html

Let me know if you get stuck.

Tom