void play()

Source

void play() {
  if (_play == false) {
    _play = true;
    _frameTime = null;
  }
}