Ejemplo n.º 1
0
        void TriggerThunderTimeline(object sender, Animatroller.Framework.Controller.Timeline <string> .TimelineEventArgs e)
        {
            switch (e.Code)
            {
            case "A":
                popOutAll.Pop(1.0, color: Color.White);
                break;

            case "B":
                popOut2.Pop(0.5, color: Color.White);
                break;

            case "C":
                popOut1.Pop(1.0, color: Color.White);
                break;
            }
        }
Ejemplo n.º 2
0
        private void TriggerThunderTimeline(object sender, Animatroller.Framework.Controller.Timeline <string> .TimelineEventArgs e)
        {
            switch (e.Code)
            {
            case "A":
                popOut3.Pop(1.0);
                popOut4.Pop(1.0);
                break;

            case "B":
                popOut2.Pop(0.5);
                break;

            case "C":
                popOut1.Pop(1.0);
                break;
            }
        }