Levelgen Tutorial 03
From Bitfighter
Introduction
Welcome to Part 03 of the Levelgen Tutorial. In this lesson, we will learn about "events" in Bitfighter, and how to perform an action when an event occurs.
Prerequisites
You should have completed Levelgen Tutorial 02. Specifically, you should know:
- All of the prerequesites for Tutorial 02.
- How to create a new game object and add it to the game.
- How to set the text of a TextItem
Outcomes
When finished with this tutorial, you should know:
- How to subscribe to an event
- How to use the information Bitfighter provides about an event
Conclusion
If you understand everything mentioned in the Outcomes section above, you are ready for Levelgen Tutorial 04.