ATOMGAS Actionscripts
©
A T O M G A S, 2002 Luzifer Altrenberg


http://atomgas.de | luzifer@atomgas.de

color v 1.0 color Object extesions
HSB colorModell and some other functions
myDarken, myLighten, myInvert, myChannelInvert, mySetHSB ,myGetHSB ...
timer v 1.0 timer Object
for easy time handling and pausing
doCommand(commandsStr) v 0.2 executes the given commandsStr
needs the string.as from Branden Hall for good performance

doCommand("gotoAndStop(5); mc._x = 50; mc._yscale = 2500);
doCommand("bg._xscale = 20")
doCommand("getURL(mailto:not@home.com?subject=hallo)")
doCommand("_root.a = eval(_root.mc._x)");
doCommand("_root.b = escape(hallo whats up?)");
Tween v 1.0 LinearTween Class to make timeBased linear tweens on properties and/or variables
(needs ACK! http://chattyfig.figleaf.com/ack)
LVM v 1.1

LoadVariables abstraction layer for flash 5

Object.LVM (LoadVarsManager Object)
Object.LV (LoadVars Object)
version 1.1

to get a more OO like loadVariables in flash 5
with a useage more like the XML Object (but different)

the difference to the XML object is that the LV Object
does not need a result Object for sendAndLoad
instead you can add a listener to listen to the onLoad and onTimeOut event
for .load and .sendAndLoad

FLEM based http://chattyfig.figleaf.com/flem

not working in flash MX and also not needed because of the LoadVars Object

Flash MX

ATOMGASComponents v 1.0 In the Moment just a popUp Slider Component
FUI Compatible (style and skinnable)
supports Listeners and callBack function
ATOMGAS FRSTreeClass v 1.0 a Class to build a tree structure of a RecordSet
skew v 1.0 skew example + source
ATOMGAS Remoting Tester v 0.5 a tool to test Remoting Services, browse the public methods or generate client AS code