Free Trial

Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.


  • Create BookmarkCreate Bookmark
  • Create Note or TagCreate Note or Tag
  • DownloadDownload
  • PrintPrint
Share this Page URL
Help

6. Game #5, Balls Out! > Time for action — finalizing the OnCreate method

Time for action — finalizing the OnCreate method

We need to insert calls to all the methods we have created.

Insert calls to CreateLayers, CreateBackgroundScreen, CreateTitleScreen, and LoadSounds.

atlas = LoadImage("bo_tiles.png")
font1 = eng.LoadFont("bo_font")
CreateLayers()
CreateBackgroundScreen()
CreateTitleScreen()
LoadSounds()
Return 0
End

What just happened?

We just finalized the OnCreate method. The buttons are not functional at this moment, but the game will display the title screen when you run it.

It will probably look as follows, at the moment:

What just happened?

  

You are currently reading a PREVIEW of this book.

                                                                                        

Get instant access to over
$1 million worth of books and videos.

  

Start a Free Trial