Hi,
This small script checks for duplicate values in an array.
It works by checking through the array for duplicates before appending the new passed valued.
Continue reading →
Hi,
This small script checks for duplicate values in an array.
It works by checking through the array for duplicates before appending the new passed valued.
Continue reading →
Hi Everyone,
This tutorial is meant to be aimed for entry level actionscripters. I'm gonna help you load an XML so you can use the data from the XML on your applications.
Continue reading →
This script was a request from a friend:
"Id like to know how MXS can access and create directories and files. I would like to have a script that automatically creates the folder tree we use for projects in the storage server. Am I being clear?"
This class loads an XML file and dispatches an event when loaded. It returns data as XML data type. A new version I'm developing will return values in an array or an object so it might be easier for some folks to use the data.
Continue reading →
This is a simple snow effect class. I'll upload a more elaborate one later on, since this one is a tad old.