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.
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".
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.
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.
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.