play method

dynamic play()

Implementation

play() {
  mixer.activateAction(this);

  return this;
}