Exemplo n.º 1
0
 private void Media(FrameInfoKey key)
 {
     if (argus.MeidaHit(viewer.ResultCode))
     {
         frameNum += 60;
         if (!Catched)
         {
             playboxFlag = !playboxFlag;
             if (playboxFlag)
             {
                 moviePlayer.Play(true);
                 moviePlayer.PlayAudio(true);
             }
             else
             {
                 moviePlayer.Stop();
             }
         }
     }
 }