Create a Mac Dock Style Menu with AS3

Create a Mac Dock Style Menu with AS3

Published April 7th, 2010 in Action Script

Loading ... Loading ...
In this tutorial I’ll show you how to create a menu like Apple’s Dock using AS3 classes. We will create a single .as file that will perf ... View : 112 views

Thinking in Commands: Part 1 of 2

Thinking in Commands: Part 1 of 2

Published April 6th, 2010 in Action Script

Loading ... Loading ...
In this tutorial, I’ll show you how to create a minimalist AS3 Command framework, capable of performing actions in sequence, in parallel, ... View : 6 views

Extend your Flash Application Using the Context Menu

Extend your Flash Application Using the Context Menu

Published April 3rd, 2010 in Action Script

Loading ... Loading ...
A Context Menu is a menu in a graphical user interface that appears upon user interaction, such as a right-mouse click. The Flash Player con ... View : 16 views

Quick Tip: How to Detect Mouse Direction Using ActionScript

Quick Tip: How to Detect Mouse Direction Using ActionScript

Published April 2nd, 2010 in Action Script

Loading ... Loading ...
In this Quick Tip you will learn how to get the mouse’s current direction in your Flash application using AS3. You could use this to creat ... View : 2 views

Advanced Scrolling Photo Panel

Advanced Scrolling Photo Panel

Published April 1st, 2010 in Action Script - Animation

Loading ... Loading ...
Using this thoroughly explained, detailed flash lesson, I will explain to you how to create advanced scrolling photo effect using the action ... View : 8 views

Create a Musical Birthday Card with Papervision3D

Create a Musical Birthday Card with Papervision3D

Published March 29th, 2010 in Action Script

Loading ... Loading ...
It’s ActiveTuts+’s first birthday! Let’s celebrate by making a musical 3D birthday card using Papervision3D and TweenMax. View : 8 views

Create a Brightness Editor in ActionScript 3

Create a Brightness Editor in ActionScript 3

Published March 29th, 2010 in Action Script

Loading ... Loading ...
Brightness is an attribute of visual perception in which a source appears to be radiating or reflecting light. In this tutorial we will lear ... View : 3 views

Create a Retro CRT Distortion Effect Using RGB Shifting

Create a Retro CRT Distortion Effect Using RGB Shifting

Published March 25th, 2010 in Action Script

Loading ... Loading ...
In this tutorial you’ll learn how to separate an image’s three different color channels to create an RGB shift effect. I’ll also show ... View : 1 views

Quick Tip: Get a Random Number Within a Specified Range Using AS3

http://tutorialblog.info/images/2010/03/random-number-within-a-specified.jpg

Published March 11th, 2010 in Action Script

Loading ... Loading ...
We often need to use a randomly generated number for certain situations; using Math.random() * n will usually do the trick, but it will only ... View : 0 views

Create an Image Rotator in Flash Using XML and ActionScript 3.0

http://tutorialblog.info/images/2010/03/image-rotator-in-flash-using-xml-and-actionscript-3-0.jpg

Published March 8th, 2010 in Action Script

Loading ... Loading ...
In this tutorial you will learn how to make a simple Image Rotator from scratch using Flash, XML and ActionScript 3.0. View : 1 views