Ejemplo n.º 1
0
 public void stop()
 {
     if (_isPlaying)
     {
         _movie.unschedule(this.update);
     }
     _isPlaying = false;
     _paused    = false;
 }