Archive for the ‘Actionscript’ Category

Loading an External Image in Flash CS4 Part 2

Monday, April 27th, 2009

So you’ve brought in an image, now we need to show the progress of the loading and here we are again using Actionscript 3

Loading an External Image in Flash CS4

Monday, April 27th, 2009

Learn how to bring in an external image using flash CS4 and Actionscript 3.0

Menu Transitions In Flash CS3 Part 3

Wednesday, April 8th, 2009

See how to set your transitions to happen only when the first menu has completed.

Menu Transitions In Flash CS3 Part 2

Wednesday, April 8th, 2009

In this lesson you learn how to streamline your code using Switch Statements

Flash Basics AS3 Spinning Square Part 2

Wednesday, April 1st, 2009

Part 2 of the Spinning Square, now using some more actions to make it look more dynamic

Flash Basics AS3 Spinning Square Part 1

Tuesday, March 31st, 2009

Update to the Spinning Square Project Using AS3 (ActionScript 3.0) Learn to integrate buttons inside of Movie Clips and create some cool looking effects in the process

Creating Links to Websites in Flash Using Actionscript 3.0

Wednesday, January 14th, 2009

 

In this Tutorial you will learn how to navigate to an External URL using Action Script 3. Also how to make invisible buttons to be reused over multiple images.

Charles Ortiz This was for you! Stay Dorky Dude

Adding Interactivity Using Tweener in AS3

Wednesday, January 7th, 2009

Now that we have learned the For Loop, we are now going to add in interactivity using the Tweener Class

For Loops and Movie Clip Duplication in AS3

Wednesday, January 7th, 2009

Learn how to make duplicates of the MovieClip you placed in your library using For Loops

Placing Movie Clips from the Library in AS3

Wednesday, January 7th, 2009

Learn how to place Movie Clips on the stage from the library using Actionscript