Working on big things for the launch of the site, more info coming soon!
I just read the whole flash 8 help file:
I havent written any Actionscript since Flash 5, needless to say many things that took extensive imagination/creativity are built into the structure of the semi-new AS 2.0 architecture. I believe i will be capable of doing things more advanced than i envisioned in even my original planning.
the one thing that i wasn't understanding when i was reading the sample file scripts was the new OO structure but now i get it.
'Create or instantiate an object from the Date class, named myDate:
in this case getmonth() is a method of the date object
var myDate:Date=new Date ();
var currentmonth:Number= myDate.getmonth ();
trace (currentmonth);
'
once i saw that example it all cleared up for me the new syntax and my eyes opened to the new world of OO AS//
i am at work and this is my ctrl-v:
SDW318E THERE ARE 201 JOBS AWAITING EXECUTION. CLASS 3 HAS 173 JOBS.
THRESHOLD IS 85...
I just read the whole flash 8 help file:
I havent written any Actionscript since Flash 5, needless to say many things that took extensive imagination/creativity are built into the structure of the semi-new AS 2.0 architecture. I believe i will be capable of doing things more advanced than i envisioned in even my original planning.
the one thing that i wasn't understanding when i was reading the sample file scripts was the new OO structure but now i get it.
'Create or instantiate an object from the Date class, named myDate:
in this case getmonth() is a method of the date object
var myDate:Date=new Date ();
var currentmonth:Number= myDate.getmonth ();
trace (currentmonth);
'
once i saw that example it all cleared up for me the new syntax and my eyes opened to the new world of OO AS//
i am at work and this is my ctrl-v:
SDW318E THERE ARE 201 JOBS AWAITING EXECUTION. CLASS 3 HAS 173 JOBS.
THRESHOLD IS 85...