Flashdevelop 2.0.1

readed 1608 times

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…

Rate it: 1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)



The Big Game

readed 2029 times

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.
(more…)

Rate it: 1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)



Hexa class - format correct hexa string

readed 3524 times

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:

Actionscript:
  1. getString( _bmp.getPixel(0,0).toString( 16 ), 6 );

(more...)

Rate it: 1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)



Exporting BitmapData in hexa for file saving using swf2exe soft ( like mdm Zinc )

readed 2545 times

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.
(more...)

Rate it: 1 Star2 Stars3 Stars4 Stars5 Stars
(1 votes, average: 2 out of 5)



Apollo - 1 hour online seminar by Mike Chambers

readed 1338 times

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 :D

Rate it: 1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)



Firefox 2.0 Final for linux / mac / windows

readed 1187 times

Yes, the final version is here
Go HERE select your os, then language and...
ENJOY :)

Rate it: 1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)



Flash 9 Player and Linux ? Now it’s true…

readed 1636 times

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 :)

Rate it: 1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)



Firefox 2.0 RC3 released

readed 1069 times

Yup, a new release candidate of firefox - RC3
Go HERE to download it.

Rate it: 1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)



PixLib Tutotial - Understanding the basis of the framework updated

readed 1482 times

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.

Rate it: 1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)



Download Firefox 2.0 RC2

readed 1155 times

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 :)

Rate it: 1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)

Next Page »

Dev by MX is proudly powered by WordPress and themed by Mukka-mu