Tag Archives: ActionScript 2

Updating from AS2 to AS3 with Find and replace

I’m kidding really – there is no way you could find and replace your AS2 code into AS3 Actionscript 3 is hugely different from Actionscript 2, but that doesn’t meant that you can’t do a lot of the grunt work using a simple find and replace

Posted in Code, flash | Also tagged , , Leave a comment

Finding a specific node in an AS3 XML object

Continuing with my updating an Actionscript 2 project to Actionscript 3 I’m really enjoying the optimisation possibilities that AS3 provides.

Posted in Code, flash | Also tagged , , 2 Comments

Useful code for debugging MovieClip.localToGlobal() headaches

I hate localToGlobal. There I’ve said it. It seems that there are some things in Actionscript that always seem to throw me off – this is my main one.

Posted in flash | Also tagged 1 Comment