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.
…
continue reading
Michael Geraci Podcasts
1
Episode 9: Loops and loops and loops and loops and...
12:20
12:20
Play later
Play later
Lists
Like
Liked
12:20Episode 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.By Michael Geraci
…
continue reading
1
Episode 8: if(you don't know conditionals)then listen to this
9:45
9:45
Play later
Play later
Lists
Like
Liked
9:45Episode 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".By Michael Geraci
…
continue reading
1
Episode 7: Passing parameters to functions and hold the mayo!
8:26
8:26
Play later
Play later
Lists
Like
Liked
8:26Episode 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.By Michael Geraci
…
continue reading
1
Episode 6: Objects, classes and a cheesy metaphor
15:31
15:31
Play later
Play later
Lists
Like
Liked
15:31Episode 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.…
…
continue reading
1
Episode 5: Meet your new friend, the variable
21:50
21:50
Play later
Play later
Lists
Like
Liked
21:50Episode 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.By Michael Geraci
…
continue reading
1
Episode 4: When Textbook Examples go Terribly Wrong
13:33
13:33
Play later
Play later
Lists
Like
Liked
13:33Episode 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.By Michael Geraci
…
continue reading
1
Episode 3: Fundamental Actionscript Syntax
23:42
23:42
Play later
Play later
Lists
Like
Liked
23:42Episode 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.By Michael Geraci
…
continue reading
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.By Michael Geraci
…
continue reading
1
Episode 1: Getting Started with ActionScript
15:33
15:33
Play later
Play later
Lists
Like
Liked
15:33Episode 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.By Michael Geraci
…
continue reading