In the transition function of the Demonoire project there's a line of code that I don't understand (line 10 of the eGlobal event sheet
Transition - > Self.State = "Out" ? 0 : 100
normally i'm used to just putting a number for the opacity of an object, but how does the code work exactly? Does it help animate the opacity?