5. Actionscript 3.0 Sound Programming Video Textbook : Flash CS4 CS5 MP3 Tutorials
May.18, 2011 in
ActionScript
Lesson 5 of the Actionscript 3.0 Video Textbook for Sound Programming by Adam Khoury. This video shows how to program the very popular Play / Pause style of media control button for toggling between visible instances according to the current state of media play.
Download the source here: www.radtuts.com In this Flash ActionScript Tutorial you will learn how to write actionscript code to create a character movieclip and control him with the keyboard arrows. This is useful for creating RPG style games and moving things with the keyboard in general.
Related posts:
- Flash ActionScript Video Tutorial Training on 2 CDRom. 9 Hours in 40 Video Lessons, new computer software instruction
- Flash Button Component Tutorial: Toggle in ActionScript 3.0
- Reusable Dynamic Custom Packaged Classes in Flash ActionScript 3.0 Tutorial
- ActionScript 3.0 Game Programming University
- Flash Tutorials

May 18th, 2011 at 4:19 pm
hey man first thing to say waiting on the next tutorial lol im really getting into this series and looking forward to next one. I know you may already be doing this but could you show us (me lol) how to make the speaker peak alpha out and in within the beat so it would look like its pulsating to the beat like a neon light. I know this is relatively easy but i just need some more guidance just to remind me of how to do it lol
May 18th, 2011 at 4:54 pm
Hello sir! Thank you for these awesome tutorials they really help me out!
I was wondering if you could vizualize a Fourier-Transformation for a sound (Like seeing different Levels for different frequencys)
May 18th, 2011 at 5:20 pm
I did it my way… It is easier than I thought xDDD
GREAT TUTORIAL MAN!!
May 18th, 2011 at 5:30 pm
it’s turning out quiet cool )
May 18th, 2011 at 6:19 pm
first view first comment and first rate
May 18th, 2011 at 6:27 pm
a function encapsulates multiple lines of code. Wen you “call” that function, those lines are executed.
May 18th, 2011 at 6:33 pm
@potatopower12345 the function applies when the object is in the frame “OnEnterFrame”
May 18th, 2011 at 6:44 pm
What is the purpose of the “function” on the onEnterFrame line?