Scene 4

During scene 4, the main feature is the countdown timer. The user only has a certain amount of time to complete the task before it goes to a frame displaying the word Fail with a retry button.

The task is to click the number in sequence. Once one is clicked, the next number appears on the screen. I would have liked to have somehow made their positions randomly generate but this may be difficult. This would increase the desire to replay the game.
I had to look up how to makea countdown timer appear and once i found the code, it was somewhat simple to understand. All i had to do was create a dynamic text box that was empty so that the number could appear within it. This is displayed during the test movie screenshot.

Comments