Page 8, "Hello World" slide.
I had a problem with running the code. Errors it gave me
"Call to a possibly undefined method TextField"
I had to put at the top, with the other imports
"import flash.text.TextField;"
and it started working
I knew what imports are and how they work, but someone new to ActionScript might be confused by it