Bryan , welcome to the forums! I apologize that your message got stuck waiting for approval for so long. That appears to be a new feature of our forum software (Flarum) and not one that's working perfectly smoothly yet.
There is a step-by-step guide to learning programming with MiniScript called Learn to Code in 30 Days, which should be available soon (by the end of January or so).
In the meantime, here are some other resources to try:
- The tutorial on the Try-It page. This covers all the basics of the language, including functions, though it doesn't really go into object-oriented programming.
- The MiniScript User's Manual. This covers everything, but isn't really meant as a tutorial; it's more useful for people who already know how to code in some other language.
- The demos that come with Mini Micro make lots of use of OOP, and have a lot to teach you if you're willing to experiment and figure out how they work.
I would say, start with the Try-It page, and then maybe try to work your way through the User's Manual, and when you get stuck post questions here or on Discord. Alternatively, if you find that's not working for you, you could hang on until the Learn to Code book comes out. But in the meantime, grab yourself a copy of Mini Micro and at least get a feel for what it can do, because it will be your best friend as you level up your coding skills!