add(delay, callback, callbackContext, arguments) → {Phaser.TimerEvent}
Adds a new Event to this Timer. The event will fire after the given amount of delay in milliseconds has passed, once the Timer has started running.The delay is in relation to when the Timer starts, not the time it was added. If the Timer is already running the delay will be calculated based on the timers current time. Make sure to call start after adding all of the Events you require for this Timer.
Parameters
Name Type A