| Projects on Google Code | Results 1 - 10 of 427 |
Update:
New class is added that tracks all properties of some class on time basis.
*RegisterTimer*
Simple example:
{{{
import com.actionscriptclass.RegisterTimer;
//new RegisterTimer that will track class properties every 100 msek
reg=new RegisterTimer(100);
//add property to track
r...
= Description =
If you want to integrate AIM into a Flash, Flex, or AIR app, this project is meant to make it easier for you. This library is at the core of [http://www.aim.com/aimexpress.adp AIM Express 7].
We are actively developing the code as we build out our client. We push updates out p...
ActionScript3,
AS3,
AIM,
instantmessaging,
Flash,
Flex,
AIR,
Adobe,
FlexBuilder,
CS3,
web,
AOL,
framework,
api,
chat
This is a basic toolkit for everyday flash use like:
- Logger class (avoid putting trace commands all over)
- Stopwatch for measuring execution time
- Simple tile-based A-Star implementation
- Basic fps-meter with graph (i like it visual)
Yes I'm lazy, but here's some info
==AStar Notes ...
=ActionScript3 PreLoader Class with queue=
We (<a href="http://www.apdevblog.com" target="_blank">Philipp and me</a>) have been using the PreLoader class as a Loader replacement for years now to load asset content (swfs and images). The PreLoader has an integrated loader queue which allows one lo...
=Projects and Utilities=
==GradientLabel==
Flex/AS3 class that extends Label and adds the ability to apply a gradient on the text.
[http://code.google.com/p/as3-bits/source/browse/trunk/FlexGradientText/src/net/tw/flex/controls/GradientLabel.as Class] - [http://code.google.com/p/as3-bits/sour...
[http://cjcat2266.googlepages.com/FenoFSMLogo.png]
FenoFSM is a lightweight and easy-to-use ActionScript 3.0 finite state machine framework for Flash Player 9 & 10.
The trunk version is for Flash Player 10.
And the [http://fenofsm.googlecode.com/svn/branches/FP9/ FP9 branch] is for Flash Pl...
This is a porting version of Zinnia(Version 0.05) in Actionscript which is open source for online handwriting recognition.
Zinnia is based on Support Vector Machines which has learning and recognizing features, I only ported recognition part. So you can training data using Zinnia for develop bet...
ARDUINO CLASS for Action Script 3 - 4 Aug,2009
This Actionscript3 class makes it easier to connect Flash to the Arduino Board ([http://www.arduino.cc]) via serial proxy. This is the updated version for AS3. The original version for AS2 by beltran berrocal in 2005 can be found on the site ([http:/...
=Loom: An AOP Library and Bytecode Weaver for !ActionScript 3=
The goal of the Loom project is to provide runtime subclass generation and bytecode weaving in a native !ActionScript 3 environment. The primary intent for the library is to support aspect-oriented programming (AOP), but further use cas...