event HasMOTDBlink
{
	Animate MOTD_ShowButtonPanel_SB Alpha 255 Linear 0 0.1
	Animate MOTD_ShowButtonPanel_SB Alpha 0 Linear 0.2 0.1
	Animate MOTD_ShowButtonPanel_SB Alpha 255 Linear 0.4 0.1
	Animate MOTD_ShowButtonPanel_SB Alpha 0 Linear 0.6 0.1
	Animate MOTD_ShowButtonPanel_SB Alpha 255 Linear 0.8 0.1
	Animate MOTD_ShowButtonPanel_SB Alpha 0 Linear 1 0.1
	Animate MOTD_ShowButtonPanel_SB Alpha 255 Linear 1.2 0.1
	RunEvent HasMOTDBlinkLoop 2
}
event HasMOTDBlinkLoop
{
	RunEvent HasMOTDBlink 0
}
event HasMOTDBlinkStop
{
	StopEvent HasMOTDBlink 0
	StopEvent HasMOTDBlinkLoop 0
	Animate MOTD_ShowButtonPanel_SB Alpha 255 Linear 0 0.1
}
event HasNotificationsBlink
{
	Animate Notifications_ShowButtonPanel_SB Alpha 255 Linear 0 0.1
	Animate Notifications_ShowButtonPanel_SB Alpha 0 Linear 0.2 0.1
	Animate Notifications_ShowButtonPanel_SB Alpha 255 Linear 0.4 0.1
	Animate Notifications_ShowButtonPanel_SB Alpha 0 Linear 0.6 0.1
	Animate Notifications_ShowButtonPanel_SB Alpha 255 Linear 0.8 0.1
	Animate Notifications_ShowButtonPanel_SB Alpha 0 Linear 1 0.1
	Animate Notifications_ShowButtonPanel_SB Alpha 255 Linear 1.2 0.1
	RunEvent HasNotificationsBlinkLoop 2
}
event HasNotificationsBlinkLoop
{
	RunEvent HasNotificationsBlink 0
}
event HasNotificationsBlinkStop
{
	StopEvent HasNotificationsBlink 0
	StopEvent HasNotificationsBlinkLoop 0
	Animate Notifications_ShowButtonPanel_SB Alpha 255 Linear 0 0.1
}
event MMenu_PlayList_Expand
{
	Animate ItemsContainer ypos 420 Spline 0 0.4
	Animate EventPromo ypos 470 Spline 0 0.4
	Animate SafeMode ypos 470 Spline 0 0.4
	Animate VRBGPanel ypos 633 Spline 0 0.4
	Animate VRModeButton ypos 639 Spline 0 0.4
	Animate ShowPromoCodesButton ypos 639 Spline 0 0.4
	Animate PlayListContainer Tall 260 Spline 0 0.4
	FireCommand 0 "soundentry Panel.SlideDown"
}
event MMenu_PlayList_Collapse
{
	Animate ItemsContainer ypos 160 Spline 0 0.4
	Animate EventPromo ypos 210 Spline 0 0.4
	Animate SafeMode ypos 210 Spline 0 0.4
	Animate VRBGPanel ypos 373 Spline 0 0.4
	Animate VRModeButton ypos 379 Spline 0 0.4
	Animate ShowPromoCodesButton ypos 379 Spline 0 0.4
	Animate PlayListContainer Tall 0 Spline 0 0.4
	FireCommand 0 "soundentry Panel.SlideUp"
}
event MMenu_PlayList_Collapse_Immediate
{
	Animate ItemsContainer ypos 160 Spline 0 0
	Animate EventPromo ypos 210 Spline 0 0
	Animate VRBGPanel ypos 373 Spline 0 0
	Animate VRModeButton ypos 379 Spline 0 0
	Animate ShowPromoCodesButton ypos 379 Spline 0 0
	Animate PlayListContainer Tall 0 Spline 0 0
}
event MMenu_SafeMode_Blink
{
	Animate InfoImage alpha 255 Linear 0 0.1
	Animate InfoImage alpha 0 Linear 0.1 0.1
	Animate InfoImage alpha 255 Linear 0.2 0.1
	Animate InfoImage alpha 0 Linear 0.3 0.1
	Animate InfoImage alpha 255 Linear 0.4 0.1
	RunEvent MMenu_SafeMode_Blink 1
}
