Webmaster Tutorials -> Flash Tutorials -> C Tutorials
Sponsored Links
Flash |
Basic Flash
Author/Publisher |
ilike2flash
This Flash tutorial will teach you how to create an image as a button.
Flash |
Advanced Flash with Actionscripts
Author/Publisher |
Flash Essential
Learn how to use mouse events in actionscript 3.0
Flash |
Advanced Flash with Actionscripts
Author/Publisher |
Flash Essential
Learn how to use keyboard events in actionscript 3.0
Flash |
Advanced Flash with Actionscripts
Author/Publisher |
Flash Essential
What are ActionScript 3.0 Functions?
A function is a reusable block of code. ActionScript code executes in linear fashion but with the use of functions allows us to execute code when and how we want. For example you may want a certain part of code to execute when a mouse click occurs. Below we'll go through how to write a function that will change the alpha setting of an object on the stage when hover your mouse over that object that object. Lets go through the code below.
Flash |
Advanced Flash with Actionscripts
Author/Publisher |
Flash Essential
Often when you're writing code their will be times when you need to make decisions in your code. You might want a certain piece of code to execute under a certain circumstance and another piece of code to execute under different circumstances. ActionScript 3.0 uses conditionals to deal with these situations. To simplify ActionScript creates a test asking whether conditions are met, if the condition is met the test will evaluate to true and if the condition is not met alternative action is taken.
Flash |
Advanced Flash with Actionscripts
Author/Publisher |
Flash Essential
Quite simply an array is variable that holds multiple variables. Say we had three user names David, John and Jenny. If we were to store these in normal variables we would have to use three lines of code because basic variables can only contain one value.
Flash |
Sound Effects
Author/Publisher |
ilike2flash
This Flash tutorial will teach you how to play sound dynamically.
Flash |
Sound Effects
Author/Publisher |
ilike2flash
This Flash tutorial will teach you how to create a sound button.
Simple Bad Word Filter in Flash
Flash |
Advanced Flash with Actionscripts
Author/Publisher |
Wipeout44
Learn the simplest way to remove bad words or swear words from a flash input field or dynamic field with this quick and easy tutorial.
Using Key Listeners to Detect Keypress Input
Flash |
Advanced Flash with Actionscripts
Author/Publisher |
Wipeout44
Learn how to detect keyboard input in flash using a bit of code called a key listener.
Sponsored Links
Page 2 of 60 Flash C Tutorial Pages
| Featured Templates | |
| View more templates |
all Free Webmaster Tutorials are properties of their respective owners
page loaded in 0.0886 seconds