Hi there.
I completly missed out this one. It has been released the 20th of this month.
Anyway here is THE LINK for this update fixing some bugs…
Hi there.
I completly missed out this one. It has been released the 20th of this month.
Anyway here is THE LINK for this update fixing some bugs…
This one is the last one developed in the company I’m working in. I’ve made the development and Myles has done the design.
It has artificial inteligence in it – Fine State Machine and Stearing Behavior – all developed in as2 using OOP.
Continue reading →
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 byte like "0A".
Then you have word ( 2 bytes ) and DWord ( 4 bytes ). Lets say you want to save in hexa a width of your bitmap, saying 678. 678 in hexa is 2A6 and must be saved in a DWord ( 4 bytes ). The thing is that Words and DWords are read from right to left, but the bytes still from left to right. So you should have this to be correct: A6 02 00 00.
Anyway you don't need to know all of this. With the class to get your hexa string just do Hexa.DWord( "2A6" ) and you'll get the "A6020000" in result. Check the function in the class.
The getString will let you choose the length of the string, eg if you need to retreive the hexa for a pixel do like:
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 sure you have it when compiling.
This class do its job, but I have to admit as soon as you are processing big bitmap, it's slow... very slow. This is due because of the string operation I'm doing to format it to a conform Hexa string.
So check it and give feedbacks if you find any way to improve it or if you have any request.
Continue reading →
Yes, for people that were too far to go to MAX, you can still get informations about Apollo. Mike Chambers will give an online seminar Thursday, November 2nd at 3.00pm ( US ).
You need to register. To do so follow THIS LINK
Enjoy
Yes, the final version is here
Go HERE select your os, then language and...
ENJOY
Hello.
A nice news for people using linux based os, yes finally the player 9 for Linux is available...
You can download it on the adobe's labs HERE
Wouhouuuu
Yup, a new release candidate of firefox - RC3
Go HERE to download it.
Yes,
In the tutorial PixLib - Understanding the basis of the framework, I've figured out that some of the code in the template provided was wrong.
Sorry for that... Now all is fine.
Yes, the next version of firefox is available to download.
Please note that this version is the RC2.
You can dowload and check the new features added here
Firefox 2.0 RC2
Enjoy