dop2000, Let's focus on the issue that I have with me.
When you run the 'Screen 5' layout and drag the red colored pendulum to the right side and drop over there, it starts to move very much like pendulum, towards left side of the layout. The timer starts when it is dropped and when it reaches the left side of the layout, the timer stops and after 4 seconds, the game shows the next layout (which is 'Screen 5 Q2' that sets the pendulum animation frame on layout load to 1). The same logic and behaviour is applied to the next layout. Again, when the timer stops, the game waits for 4 seconds and the game shows the next layout (which is 'Screen 5 Q3' that sets the pendulum animation frame on layout load to 2). After 'Screen 5 Q3', it should move to the 'Game Level4' layout and that's is the issue that I am having with me.
Now, if you run the whole project and progressively moves to the 'Screen 5' layout, then 'Screen 5 Q2' and then 'Screen 5 Q3' and after 'Screen 5 Q3', the game moves to the 'Screen 5' layout, I have noticed this by running the project in 'Debug' mode, but I can't find the reason that is causing 'Screen 5 Q3' layout to move to 'Screen 5'.
I hope that you understand what I am explaining.