Video duration: 1728 seconds
Global video hits: 12269
In this video we will draw and animate a bird(a pretty sad looking bird if I so so m'self) and then we will use Actionscript 3.0 to load (aka get)it out of the library and place it at a random start point and let it fly across the screen. Lots of great script in this one! Please check out the site http://www.tutvid.co m
Video duration: 2981 seconds
Global video hits: 19289
Lets dive into Actionscript 3.0! Here using Flash CS3 we will create a Navigation Bar with a sliding glowing bar which will indicate to the user which button they are selecting as well as looking pretty cool! All kinds of little things in this one, enjoy!
Please check out http://www.tutvid.co m for more great stuff!
Video duration: 163 seconds
Global video hits: 3843
If you have used ActionScript 1 and two and you are trying to learn AS3, this song's for you.
For lyrics and more videos, visit www.designminstrel.c om
Check out my design portfolio at mattmaxwelldesign.co m
Video duration: 996 seconds
Global video hits: 10482
In the following video we will learn how to change the color of a single, or multiple objects using actionscipt and we will program buttons that will allow users to make the changes to your movie!
Video duration: 149 seconds
Global video hits: 2151
This is Tutvid Quicktip #1. Switching Actionscript versions. In learning how to do this you will hopefully correct all kinds of problems you have been running into in CS3 and actionscript! Have fun! PLease Check out http://www.tutvid.co m for more great tutorials and downloads!
Video duration: 569 seconds
Global video hits: 233
This brief tutorial covers the core code involved in working with the webcam in Flash with ActionScript 3. We start with the basics of accessing the webcam (the Camera object) and then get into a few more details like handling what happens when the user prohibits camera access. Extracted from R Blanks free online workshop Flash Video Extras at http://online.richme diainstitute.com
Video duration: 621 seconds
Global video hits: 3738
In this step-by-step tutorial, I show you how to create rollover effects (in this tutorial, on movieclips.) I also show you how to navigate to URL's via ActionScript, along with a description of the scripting we are doing. Have fun with Flash!
Video duration: 335 seconds
Global video hits: 2033
we simulate you through a grenade expirence using the ActionScript Blur technique
///code
function Blur():Void{
import flash.filters.BlurFi lter
var bf:BlurFilter = new
BlurFilter(35,35)
_root.filters = [bf]
}
_root.guy.onEnter Frame = Blur