View Main Course Content
View Main Course Content
5. Modules
Modules Overview
6.25 minutes
Introduces the concept of modules. Learn what they are, and how they work conceptually.
Modules Implementation Part 1
5.75 minutes
This tutorial will begin the process of implementing a module into your code. Learn where to go to find AMX created modules online, and follow along as you begin implementing one of these reusable blocks of code.
Module Interface Document
6.5 minutes
Take a closer look at the module interface document that gets downloaded with each module from the AMX website. This document contains everything you need to know to include this module in your code.
Module Implementation Part 2
6.25 minutes
This video is the second part of implementing a module. This covers all the code that's necessary in order for it to work properly.
Modules Exercise
2 minutes
This exercise focuses on modules. You are given a set of instructions and you're challenged to work on your own in order to complete this exercise.
Modules Exercise Solution
10 minutes
This video has the instructor review the previous exercise in great detail.