colfaxrev
07-27-2006, 06:00 PM
I need to start working with AS 3.0, so I can stay with the program. (and keep a job haha).
I am pretty darn good with AS 2, and i am always using this type of declaration...
var myThing:Number;
var MyWord:String;
function returnNothin():Void
{
//stuff
}
anyway, do you HAVE to use Flex to be able to compile AS 3, or can flash authoring environment do it?
I downloaded flex once, and it looked SOOOO foreign to me! Does the new way of flash still use movieclip hierarchy? I would LOVE to see examples of proper ways to doing things with AS 3.
oh yeah, and is AS 3 FINALLY going to allow you to declare, an int, or short, long, floating point, or double?
and a char vs string
since right now it only allows for "Number" which is just a nasty floating point number!
please send me in the right direction!!!
I am pretty darn good with AS 2, and i am always using this type of declaration...
var myThing:Number;
var MyWord:String;
function returnNothin():Void
{
//stuff
}
anyway, do you HAVE to use Flex to be able to compile AS 3, or can flash authoring environment do it?
I downloaded flex once, and it looked SOOOO foreign to me! Does the new way of flash still use movieclip hierarchy? I would LOVE to see examples of proper ways to doing things with AS 3.
oh yeah, and is AS 3 FINALLY going to allow you to declare, an int, or short, long, floating point, or double?
and a char vs string
since right now it only allows for "Number" which is just a nasty floating point number!
please send me in the right direction!!!