Get $500+ of the best After Effects files, video templates and music for only $20!

Browsing Author

Jesse Freeman

Hello, my name is Jesse Freeman and I am Brooklyn based Interactive Developer/Artist and Technical Architect at Roundarch.

Interview: Jack Doyle

Interview with Jack Doyle, Founder of GreenSock

Jack Doyle, founder of GreenSock and creator of TweenLite, spends some time talking to ActiveTuts+ about how he got started, the future of TweenLite/Max, and what he has learned about code optimization & licensing.


This entry is part 5 of 11 in the GreenSock Tweening Platform Session

Introduction to Unit Testing

Unit testing is relatively new to ActionScript projects. Although FlexUnit has been around for a while it wasn’t intuitive to set up and there were a lot of inconsistencies with the documentation. Lucky for us, FlexUnit is now built into Flash Builder 4. Although the documentation is still sparse, this tutorial will be a good primer for setting up a Test Suite, going over several unit test examples and showing how to run/analyze them.

Intro to Flash Camo Part 2

Welcome to the part two of my introduction to the Flash Camouflage Framework. In part 1 we built the foundation for our site, components, labels, css parser, and set up our PropertySheet. In this part we’re going to focus on the design side of our site by cleaning up the layout, skins and adding interaction.

Let’s get started.

preview

Flash Builder for AS3 Developers

Last week Adobe released a beta for Flash Builder 4; the update to Flex Builder 3. There’s been a lot of discussion on the name change but it’s clear that Adobe wants to sort out the confusion that Flex is a framework and Flash is the platform.

Seeing how I’ve been using Flex Builder to write my ActionScript 3.0 projects for over a year now, I figured I would highlight some of the new features to help all you ActionScript 3.0 Flash Developers out there..

Intro to Flash Camo: Part 1

Welcome to an introduction of the Flash Camouflage Framework. Flash Camo (for short) is a graphics framework that is broken down into 3 core areas: "Decals", the "CSS Parser", and the "CamoDisplay". These systems can be used individually or combined to fit your needs. When used together they form a powerful set of tools to help skin and style any Flash application. With Camo’s modular approach, you can use as little or as much of the framework as you want.

In this two part tutorial we’re going to build a simple website to show how easy it is to incorporate Flash Camo into your next project.

Setting Up a Flash Development Sandbox:
Part 2

This is part 2 of how to set up a Flash Development Sandbox. You can read part 1 here. In this tutorial we’re going to go over how to set up a local testing environment, look at the Debugger, Flex Builder’s Profiler, talk about project organization, and setting up/using AS Docs.

Setting Up a Flash Development Sandbox:
Part 1

Welcome to part one of the Flash Development Sandbox Tutorial! In this tutorial we’re going cover ActionScript development outside of the Flash IDE. As much as we would like to put it off, the day is coming closer and closer when we will no longer be able to write complex applications in Flash and will be forced to choose a different editor.

Build an Efficient Flash DecalSheet System

I came up with the idea of creating what I call Flash DecalSheets from the stickers that come with model airplanes and have been using “Decals” to skin my own Flash applications ever since. A DecalSheet is basically one large image (.JPG, .PNG, or .GIF) that gets cut up into smaller images called ‘Decals’, which are Bitmaps and can be used anywhere DisplayObjects would usually be used.

This technique is one of the most efficient ways of bringing lots of assets into a Flash application without relying on the Library (if you are using the Flash IDE) or the Embed tag (if you are using the Flex Compiler). Let’s take a look at how to make a simple DecalSheet system.

Flash Camouflage

Flash Camo (for short) is a graphics framework that allows AS 3 applications to be easily skinned from pngs, jpgs, or gifs. The framework is broken down into 3 core areas: Decals, the CSS Parser, and the CamoDisplay. These systems can be used individually or combined to fit your needs. When used together they form a powerful set of tools to help skin and style any Flash application. With Camo’s modular approach, you can use as little or as much of the framework as you want. The entire framework is under 35k.

Page 3 of 3123