play method

void play()

Implementation

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