Just curious if anyone has tried converting their Flash 8 (or lower) files & Actionscript 2 up to the new CS3 & AS3. At work we’re about 2/3’rds the way through developing an application. At about 37,500 lines of AS2 code now. Probably be at least 55,000 by the time we’re done. I’m wondering how compatible the two languages are.
Also, do you know if there’s any efficiency & performance boosts in AS3 Flash 9 players over Flash 8 AS2? i.e. in general, would:
for (var i:Number = 0; i < 100000; i++)
{
}
execute faster in Flash 9 AS3 as opposed to Flash 8 AS2?