Fuse IDE & FuseXML

Fuse IDE download 2.0.0

A Flash panel for creating full animation sequences from regular sentences or via the sequencer.

Say hello to the easiest way for anyone to make complex animation sequences without knowing any ActionScript.

Screen Shot

The latest Fuse IDE has been rewritten from scratch due to the overwhelming popularity of The Fuse Kit. This version goes above and beyond regular animating by harnessing the power of The Shasi Framework to allow users to create animation from regular human sentences.

For those users looking for more control, harnessing the power of the sequencer and edit mode is another way to get things done. With drag and drop reordering, sequencing becomes easy and intuitive.

Advanced coders are also considered by being able to copy the animation (in Fuse syntax) straight to the clipboard for even more control.

FuseXML download 2.3.0

A stable, full-featured XML parser for Fuse that let's you create highly dynamic tweens from XML.

Everyone likes XML. But who creates animations with XML?

Now you do.

FuseXML is an ActionScript class that parses XML and turns it into powerful Fuse tweens. Using the latest Fuse Kit and the FuseXML class, you can create full sequenced animations via XML. Never before has such a thing been done, at least, nothing this easy.

Let's take a look at how it's used in this SWF:

import com.mosesSupposes.fuse.*;
var myfxml:FuseXML = new FuseXML('test.xml', true);

Yes, that's it. It's that easy. FuseXML takes the XML file and converts them into objects you can call upon or run them all at once.

The class files has full documentation and examples. You can grab just the example files here. The class download is above.

The FuseXML class has been promoted to stable and is not just a POC anymore. So feel free to use it as much as you want, but remember I don't guarantee anything.

Fuse IDE and FuseXML are the first add-ons available to the new Fuse 2.0 and are completely free. They have been developed in the early beta stages of Fuse as proof-of-concepts and are now full fledged powerhouses.

You are free to use these however you wish. So enjoy, and leave some feedback or questions over at the Fuse Kit Forum.

I have just released my own tweening and sequencing engine called Twease for those of you that need size critical classes, as it's only 2k. Not as extensive as Fuse by any means, but give it a try - it's pretty gnarly.