Skip to content

Countdown

AlphaHelix edited this page Aug 25, 2017 · 2 revisions

How create a countdown?

Simply create a new instance of GameCountdown and run the "start()" method.

What are the events for Countdowns?

  • CountDownFinishEvent > called when the time of a countdown reaches 0

  • CountDownStartEvent > called when the "start()" method is run

  • CountDownTimeEvent > called when the time of a countdown reaches a specific time

Clone this wiki locally