Disable clock upon switching screen

Hi...

I'm developing an app in which at first the flash screen appears for about 2 secs. For that I've set the clock enabled upon initialisation of Screen1. The screen gets displayed for 2 secs and after the timer, the app switches to another screen, Instructions.

The problem is that the Instructions screen keeps on initialising after every 2 secs & I'm unable to figure out how to stop that.

I guess I've to set the clock enabled to false, but how should I on the Instructions screen..?

Please help...

When Clock Timer Fires:

  • Set clock enabled to false

  • Display Instructions screen

3 Likes

It worked, thanks :+1:

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.