This document provides a basic primer on ActionScript for non-programmers. It discusses key concepts such as variables, objects, classes, properties, methods, functions, and how to work with them in ActionScript. Functions allow grouping of reusable code that can be called from different places. Parameters allow passing information to functions for flexibility. ActionScript uses dot syntax and other punctuation similar to other programming languages.