Hello, Some people on the pixlib mailing list ask me to give them the macromedia classes patched for mtasc ( for strict compiling ). The patch are on the osflash.org website here, but you can download the classes already path…
This class will help you to get correct hexa string to save in a file. eg, 10 in decimal is “A” in hexadecimal, but when creating an hexa string to save it in a file you need to give the…
This class will help you to have a string in hexadecimal format to save it in a file. It creates the header of the file, the header of the bitmap and the data. This class require the Hexa class. Be…
Today I have to finish an application I’m developing for my company. This application is downloading external parts of a house (png files) and displaying them on top of the house image. Thus the user can see the different texture…
This class has been made to be able to listen to the events of a CLASS not to the on of an instance.
Today I check my rss feeder and I’ve seen that michael has posted a Vector class here. Which reminds me that I have done one as well. So I’m posting it here. Hope you’ll like it