This document provides an overview of a Flash + ActionScript workshop that will cover drawing basic shapes and curves in Flash, creating animations using the timeline and actionscript, and learning basic ActionScript syntax and object-oriented programming concepts. The workshop is divided into three parts - the first covers drawing squares, rectangles, and curves using the drawing tools; the second demonstrates how to create a simple animation using the timeline that moves and image and includes actions like stopping and jumping to frames; the third introduces ActionScript classes, variables, functions and events through a simple example of creating a class for a square object that can be resized when clicked.