ActionScript

OOP: XML Loader & Display Manager

Monday, February 15th, 2010 | AS3 Gadgets | No Comments

Here is an OOP XML Loader & Display Manager class that can be used in your projects to load and display XML data.

The XML comes in the following form:

<?xml version="1.0" encoding="utf-8" ?>
<data>
	<person name="Bob"></person>
	<person name="Jack"></person>
	<person name="Jill"></person>
</data>

Here is the SWF that loads it:

Class structure:
XML Loader & Display Manager

Download Fla Sample

Download Fla Sample

Tags: , , , , , ,

Custom number range sliders

Friday, October 9th, 2009 | AS3 Gadgets | No Comments

I needed a custom range slider for selecting prices. It needed to have two draggers. One of low price, one for high price. Here is the result.

Low and High value is calculated based on the size of the slider track.

Easy to use and easy to customize. Only 3 movieclips make up the whole thing. Doesn’t use annoying built in flash components.

› Continue reading

Tags: , , , , , , , ,

Animated Explosion Effect

Sunday, December 14th, 2008 | Effects Animated, Game Examples AS2 | 1 Comment

Animated Explosion Effect

Download Fla Sample

Download Fla Sample

Tags: , , , , , , , , , , , ,