Hey guys, I need a bit more input.
Here's my idea for handling multiple classes:
A new project starts with a Main class. Containing the General Methods such as Game Open, Key Down, Mouse Down, Ect. You can add custom methods to the Main class.
There's a drop down box right above the Methods bar. The drop down box is where you select your classes. You can make a new custom class. If you select the new custom class, it'll show 1 General Method: On Construct. That happens when you make a new object of that class. From there you can add custom methods to that class.
What do you guys think? Simple enough? Have a better way?