Browsing Category

ActionScript

Create a Mac Dock Style Menu with AS3

Create a Mac Dock Style Menu with AS3

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 perform all the magic, extending it to add new features.

Thinking in Commands: Part 1 of 2

Thinking in Commands: Part 1 of 2

Simple, maintainable code is beautiful. However, when we have a sequences of actions that need to trigger each other, our code can get messy, making it impossible to change later. The Command Pattern keeps things clean.

In this tutorial, I’ll show you how to create a minimalist AS3 Command framework, capable of performing actions in sequence, in parallel, or with a delay. You’ll lean how to use this framework to create a complex effect with simple and clean code.

Extend your Flash Application Using the Context Menu

Extend your Flash Application Using the Context Menu

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 context menu allows you to add custom menu items, control the display of the built-in context menu items (for example, Zoom In and Print) and create copies of menus.

In this tutorial, we’ll learn how to take advantage of these items.

Quick Tip: How to Communicate Between Flash and HTML

Quick Tip: How to Communicate Between Flash and HTML

In this Quick Tip, we’ll look at how to use the ExternalInterface class. This allows us to write AS3 which can run JavaScript code, and vice-versa. That means you can use Flash to alter parts of the webpage in which it’s running!

Popular Posts this Month

Quick Tip: How to use Google Analytics for Tracking in Flash

Quick Tip: How to use Google Analytics for Tracking in Flash

In this Quick Tip I’ll show you how to examine the way visitors are using your websites, widgets and games. Then we’ll look at how to improve them based on this info!

Quick Tip: How to Use a Document Class in Flashbasix

Quick Tip: How to Use a Document Class in Flash

We’re making some changes at Activetuts+. From now on, our tutorials will be using class-based code, instead of timeline code, wherever possible. This Quick Tip explains what you’ll need to know.

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

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

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 calculate a number from 0 to n. What if we need a number that doesn’t give 0 as the minimum value? How can you generate a random number between 100 and 1000? I’ll show you how to do it in this Quick Tip.

Display Your Data With Funky Animated Needle Gauges

Display Data With Funky Animated Needle Gauges

Creating appealing data visualization has always been one of Flash’s key features. It allows you to achieve eye candy results with real dynamic data; be it in a preloader, a game, or an office presentation.

This simple tutorial will show you how to build a needle gauge meter. You’ll learn how to apply a “gloss” effect, communicate with XML, and apply a tween engine to rotations.

Create an Image Rotator in Flash Using XML and ActionScript 3.0

Create an Image Rotator in Flash Using XML and ActionScript 3.0

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

Quick Tip: How to Build a Horizontal Sliding Menu Paddle

Quick Tip: How to Build a Horizontal Sliding Menu Paddle

In this Quick Tip you’ll learn how to use AS3’s Tween class to create a menu with a cool sliding bar. Excellent for navigation!

Page 1 of 612345...Last »