Attract-Mode Support Forum

Attract-Mode Support => Scripting => Topic started by: 8bitsdeep on November 06, 2017, 02:11:45 PM

Title: Multiple triggers for a single animation?
Post by: 8bitsdeep on November 06, 2017, 02:11:45 PM
I'd like to trigger this animation on Transition.StartLayout and Transition.EndNavigation.

Code: [Select]
local t_fade_out = { when = Transition.EndNavigation, property = "alpha", start = 255, end = 0, time = 300, delay = 1000 }
Is this possible? Or do I just have to make separate animations for each trigger?