1 / 2

Interactive 3D Scorekeeper for Game World

Import the scorekeeper object as a 3D text "0" that can be moved around in your virtual world. Set, increment, or decrement the score using specific methods. Easily access the current score via the variable currentScore.

rianna
Download Presentation

Interactive 3D Scorekeeper for Game World

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Import the scorekeeper object. It will come in as a 3D Text “0”. You can move this text wherever you would like in your world. • There are two methods you can use for this fader: • set score– Use this method to set the score to any value • increment score– Use this method to increment the score by any amount • decrement score – Use this method to decrement the score by any value • The current score can be accessed at any time through the variable currentScore. Using the Scorekeeper object

  2. Sample Code

More Related