animation trigger error message
After just updating then rebooting my computer the following message was thrown when tapping an element that triggers a frame animation:
InteractBuilder Version: 3.2 Build 316
Device: 4313CTO
Processor: 1 Processor(s) Installed.
[01]: Intel64 Family 6 Model 37 Stepping 5 GenuineIntel ~1173 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: Chunk: error in object expression / Chunk: can't find object / Object: does not have this property / put: error in expression
Handler: Behavior_Animate
Hint:
Location: Line 3690, char 34
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"
69: Line 3690 at char 34: Chunk: error in object expression
77: Line 3690 at char 34: Chunk: can't find object
456: Line 3690 at char 8: Object: does not have this property
465: Line 3690 at char 1: put: error in expression
241: Line 3690 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"
573: Line 3009 at char 1: Handler: can't find handler ----> Behavior_Animate
253: Line 3006 at char 1: if-then: error in statement
253: Line 3003 at char 1: if-then: error in statement
253: Line 3000 at char 1: if-then: error in statement
253: Line 2981 at char 1: if-then: error in statement
241: Line 2981 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 11648 of handler "DoError" of stack "InteractBuilder" of behavior button "Stack B" of card id 1002 of stack "Behaviors"
Antwoord
Is this occurs on a new frame animation that you've created in the updated version of IB3 or on an old frame animation?
Hi Alin,
First I made a mistake, in running it again to see if I could figure it out, this actually occurred at the end of the animation that occurs prior to the one i mentioned above. The animation was working before the update so it was created prior to the new version. Once the error message occurs it will not let me access the next animation original mentioned above. Should I just rebuild that animation?
So there was basically two chained animations? Or did the error occurred at the end of the frame animation?
These actions are triggered with one tap moving from one animation to the next.
The single Tap triggers:
a linear animation after that
a frame animation after that
a frame animation after that (after this is where the error occurred)
a circle animation after that
in between these are shows, hides, fade ins and fade outs
I just rebuilt the page but it is still kicking out at the same place and I believe adding another hide/show is needed in the middle of these actions. That is what had me leave the last feedback message I entered last night because I can’t move this additional action halfway up into these actions
Could you send this page to alin@interactstudios.com to have a look at the problem?
Customer support service by UserEcho
Is this occurs on a new frame animation that you've created in the updated version of IB3 or on an old frame animation?