Template:PatchDiff/June 23, 2011 Patch/team fortress 2 content.gcf/tf/scripts/HudAnimations tf.txt

From Team Fortress Wiki
Jump to: navigation, search
611611 
612612//===========================================
613613 
N/A614event HasMOTDBlink
N/A615{
N/A616 Animate MOTD_ShowButtonPanel_SB Alpha "255" Linear 0.0 0.1
N/A617 Animate MOTD_ShowButtonPanel_SB Alpha "0" Linear 0.2 0.1
N/A618 
N/A619 Animate MOTD_ShowButtonPanel_SB Alpha "255" Linear 0.4 0.1
N/A620 Animate MOTD_ShowButtonPanel_SB Alpha "0" Linear 0.6 0.1
N/A621 
N/A622 Animate MOTD_ShowButtonPanel_SB Alpha "255" Linear 0.8 0.1
N/A623 Animate MOTD_ShowButtonPanel_SB Alpha "0" Linear 1.0 0.1
N/A624 
N/A625 Animate MOTD_ShowButtonPanel_SB Alpha "255" Linear 1.2 0.1
N/A626 
N/A627 RunEvent HasMOTDBlinkLoop 2.0
N/A628}
N/A629 
N/A630event HasMOTDBlinkLoop
N/A631{
N/A632 RunEvent HasMOTDBlink 0.0
N/A633}
N/A634 
N/A635event HasMOTDBlinkStop
N/A636{
N/A637 StopEvent HasMOTDBlink 0.0
N/A638 StopEvent HasMOTDBlinkLoop 0.0
N/A639 Animate MOTD_ShowButtonPanel_SB Alpha "255" Linear 0.0 0.1
N/A640}
N/A641 
N/A642//===========================================
N/A643 
614644event HasNotificationsBlink
615645{
616N/A Animate NotificationsShowButton Alpha "255" Linear 0.0 0.1
617N/A Animate NotificationsShowButton Alpha "0" Linear 0.2 0.1
N/A646 Animate Notifications_ShowButtonPanel_SB Alpha "255" Linear 0.0 0.1
N/A647 Animate Notifications_ShowButtonPanel_SB Alpha "0" Linear 0.2 0.1
618648 
619N/A Animate NotificationsShowButton Alpha "255" Linear 0.4 0.1
620N/A Animate NotificationsShowButton Alpha "0" Linear 0.6 0.1
N/A649 Animate Notifications_ShowButtonPanel_SB Alpha "255" Linear 0.4 0.1
N/A650 Animate Notifications_ShowButtonPanel_SB Alpha "0" Linear 0.6 0.1
621651 
622N/A Animate NotificationsShowButton Alpha "255" Linear 0.8 0.1
623N/A Animate NotificationsShowButton Alpha "0" Linear 1.0 0.1
N/A652 Animate Notifications_ShowButtonPanel_SB Alpha "255" Linear 0.8 0.1
N/A653 Animate Notifications_ShowButtonPanel_SB Alpha "0" Linear 1.0 0.1
624654 
625N/A Animate NotificationsShowButton Alpha "255" Linear 1.2 0.1
N/A655 Animate Notifications_ShowButtonPanel_SB Alpha "255" Linear 1.2 0.1
626656 
627657 RunEvent HasNotificationsBlinkLoop 2.0
628658}
636666{
637667 StopEvent HasNotificationsBlink 0.0
638668 StopEvent HasNotificationsBlinkLoop 0.0
639N/A Animate NotificationsShowButton Alpha "255" Linear 0.0 0.1
N/A669 Animate Notifications_ShowButtonPanel_SB Alpha "255" Linear 0.0 0.1
640670}
641671 
642672//===========================================