I have made a sports ticker which flips through the scores of current games. The data fades in, holds, and then fades out. When the scene director reaches a pause event it will restart at frame 0 and progress to the next item in a txt file.
Each set of scores display the kind of game being played. (eg MLB, NBA, etc) I'd like to stop the data from animating out if the kind of sport hasn't changed from the previous item.
I've already set up a variable (non-visible text object) that I can use to check if the current sport is the same as the previous sport but I don't know how to stop the object from fading out.
thanks for your help!
Ty