Attract-Mode Support Forum

Attract-Mode Support => Scripting => Topic started by: kent79 on December 27, 2020, 09:28:00 PM

Title: Is it a bug for AM?
Post by: kent79 on December 27, 2020, 09:28:00 PM
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
Title: Re: Is it a bug for AM?
Post by: jedione on December 28, 2020, 05:32:02 PM
have tried this statement ..."wait"...using animation module..
and it is a known non working part of it...  sucks...  not Shure abought
the animate 2 module though...

that's all i know...   not a AM bug.. but just never completed in the animation module..!
Title: Re: Is it a bug for AM?
Post by: kent79 on December 29, 2020, 01:42:36 AM
I see. Thank you.  :)