Hi All, I just added animation action for loading page, it running fine. But it got a warning message as below.
warning: transition waiting not recommended (use animation delays instead)
warning: transition waiting not recommended (use animation delays instead)
If I remove wait = true, the animation can't run. I don't know is it a bug for AM. Please let me known who know it. Thank you.
animation.add( PropertyAnimation(loadingY, {when = Transition.ToGame, property = "x", start = -1920, end = 0, delay = 400,
wait = true, time = 1200 }));
The Theme
http://forum.attractmode.org/index.php?topic=3828.0