0
Fixed

error message going from design to interact

Ann K AlteredEssence 10 ár síðan updated by Alin Alexandru Matei 10 ár síðan 0

going from design to interact the error message below opened.  the page has 11 linear animations that start upon page load and one audio that starts on page load.

InteractBuilder Version: 3.3 Build 323
Device: 4313CTO
Processor: 1 Processor(s) Installed.
[01]: Intel64 Family 6 Model 37 Stepping 5 GenuineIntel ~2640 Mhz
Memory: 3,956 MB
System: NT 6.1

--------------------
An application error occurred while attempting to perform the last action.

Restarting InteractBuilder is recommended.

An application error occurred while attempting to perform the last action.

Restarting InteractBuilder is recommended.

Error: random: error in source expression / Operators +: error in left operand / put: error in expression
Handler: Behavior_Animate
Hint:
Location: Line 3931, char 16
Object: button id 1008 of group id 1010 of card id 1002 of stack "Behaviors" of stack "C:/Program Files (x86)/InteractBuilder/Local Components/Data/InteractBuilder.livecode"

469: Line 3931 at char 16: random: error in source expression
394: Line 3931 at char 56: Operators +: error in left operand
465: Line 3931 at char 1: put: error in expression
253: Line 3930 at char 1: if-then: error in statement
253: Line 3923 at char 1: if-then: error in statement
253: Line 3912 at char 1: if-then: error in statement
253: Line 3829 at char 1: if-then: error in statement
241: Line 3829 at char 1: Handler: error in statement ----> Behavior_Animate
353: Line 0 at char 0: Object Name: ----> button id 1008 of group id 1010 of card id 1002 of stack "Behaviors" of stack "C:/Program Files (x86)/InteractBuilder/Local Components/Data/InteractBuilder.livecode"
675: Line 3200 at char 1:  ----> Behavior_Animate
587: Line 3193 at char 1: switch: error in statement
253: Line 3163 at char 1: if-then: error in statement
253: Line 3160 at char 1: if-then: error in statement
253: Line 3086 at char 1: if-then: error in statement
241: Line 3086 at char 1: Handler: error in statement ----> _Behavior_Do
353: Line 0 at char 0: Object Name: ----> button id 1008 of group id 1010 of card id 1002 of stack "Behaviors" of stack "C:/Program Files (x86)/InteractBuilder/Local Components/Data/InteractBuilder.livecode"


line 150 of handler "errorDialog" of button "stsErrors_FS" of card id 1002 of stack "libSTSErrors"
line 14098 of handler "DoError" of stack "InteractBuilder" of behavior button "Stack B" of card id 1002 of stack "Behaviors"


Answer

Answer
Fixed

Hi Ann, I've looked at your app and I presume you were refferring to page 18. The reason why you get the error is because on the Animations that are to Execute on Page Load you didn't set the Duration on them. You set it to Random but you have to choose an interval: Between: (Duration) ms   And: (Duration) ms.

Under review

Can you send us that page to have a look at this error?

Fixed

Hi Ann, I've looked at your app and I presume you were refferring to page 18. The reason why you get the error is because on the Animations that are to Execute on Page Load you didn't set the Duration on them. You set it to Random but you have to choose an interval: Between: (Duration) ms   And: (Duration) ms.

Answer
Fixed

Hi Ann, I've looked at your app and I presume you were refferring to page 18. The reason why you get the error is because on the Animations that are to Execute on Page Load you didn't set the Duration on them. You set it to Random but you have to choose an interval: Between: (Duration) ms   And: (Duration) ms.