Boxercast for CS205

Michael Geraci

Podcasts for the Pacific University Community. The CS205 podcast supports Mike Geraci's Introduction to Programming for Multimedia class. Each episode features a short lecture about a single concept in ActionScript 2.0. These lectures are designed to assist students with little or no experience with programming languages.

  • 12 minutes 20 seconds
    Episode 9: Loops and loops and loops and loops and...
    Episode 9: Loops are a very powerful aspect of any programming language, they allow you to perform a series of actions quickly and efficiently. in this episode, we'll talk about all the different types of loops in ActionScript, with special emphais on the "for" loop.
    2 April 2007, 9:40 am
  • 9 minutes 45 seconds
    Episode 8: if(you don't know conditionals)then listen to this
    Episode 8: conditional statements are vital to any programming language. This podcast introduces you to "if" statements in ActionScript and their more versatile counterpart, the "switch".
    16 February 2007, 7:00 am
  • 8 minutes 26 seconds
    Episode 7: Passing parameters to functions and hold the mayo!
    Episode 7 talks about how and why we pass a parameter to a function or a method. Some functions just need a little extra direction before they can do their job just like you and I need to know exactly what we're hungry for when we go to make a sandwich.
    10 February 2007, 6:00 am
  • 15 minutes 31 seconds
    Episode 6: Objects, classes and a cheesy metaphor
    Episode 6 introduces a "big picture" concept: objects and classes, the pre-defined elements that swirl around the Flash universe, and the system by which they are organized. Key topics in this episode include: a discussion of methods and properties, a discussion about the power and glory of movieclips, the notion of instantiatiion; and inheritance.
    8 February 2007, 7:00 am
  • 21 minutes 50 seconds
    Episode 5: Meet your new friend, the variable
    Episode 5 introduces you to variables. You'll learn how to declare, initialize, set, and change a variable. The slightly more complex aspects of variables are also introduced: you'll hear about strict typing your variables, and the scope of variables.
    5 February 2007, 7:00 am
  • 13 minutes 33 seconds
    Episode 4: When Textbook Examples go Terribly Wrong
    Episode 4 deciphers one of the first 'serious" code examples in the texbook. Chapter 4, page 77 features 12 lines of ActionScript that is designed to show how to use Boolean data types.
    2 February 2007, 8:00 am
  • 23 minutes 42 seconds
    Episode 3: Fundamental Actionscript Syntax
    Episode 3 discusses some of the more important aspects of writing ActionScript. Topics include: naming instances, formatting statements, and the built-in utilities for checking your code for errors.
    2 February 2007, 1:00 am
  • 18 minutes 24 seconds
    Episode 2: Events and Event Handlers
    Episode 2 introduces the concept of event-driven interactions in Flash. What are events? What types of events are there? How do you trigger reactions to them with ActionScript? All these will be discussed and more.
    30 January 2007, 12:00 am
  • 15 minutes 33 seconds
    Episode 1: Getting Started with ActionScript
    Episode 1 covers some of the basics about Flash ActionScript, SWF files, the Flash player application, and how to start writing code. There is also some information about where to access the online documentation for Flash.
    29 January 2007, 11:00 pm
  • More Episodes? Get the App