Time for action — modifying the gameClasses file

To modify the gameClasses file, follow the ensuing steps:

  1. Open the gameClasses.monkey file.
  2. Add an Import statement for the rocketClass.monkey file.
    Import launcherClass
    Import rocketClass
    
  3. Save the file and close it.

What just happened?

By adding this Import statement, the rocket class can be used to create neat, deadly little missiles.

Modifying the launcher class

Remember, to actually fire a rocket, each launcher has some code inside its Update method. So, you need to add some code there.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.118.102.225