Time for action – implementing the game-completed scene
The game file to import and load for this session is 5961_07_17.stencyl
.
Download the Stencyl Book Game Completed actor from StencylForge.
Open the Level4 scene (the yellow final level scene) and add the Jungle Background, remembering to press Ctrl + R (Command + R on Mac OS X) to refresh the scene with the new background configuration.
Switch to the scene view (click on the gray Scene button) and ensure that the background is on display (click on the Show Background icon on the toolbar).
Position the Stencyl Book Game Completed actor onscreen, and also add the Stencyl Book Start Button actor, as shown in the following screenshot:
Click on the green Test Scene button, and ensure that the completion scene appears as required and the Start button works as expected.
What just happened?
We've created a fully-functioning game-completed scene!
We simply added the Jungle Background, the All levels completed message, and the existing Start button actor...