Actionscript Icon
Why is setting up an Actionscript code library correctly so hard to remember?

Is it because there are multiple ways to screw up, and it’s not something done very often? That’s my excuse…

Hopefully writing this down will help me survive the next go-round.

Library location (Windows OS): C:\data
Library top level folder name: “com”
ClassPath in Preferences->Actionscript 3.0 Settings: C:\data
Import statement to access entire library in Main.as: import com.*

Post to Twitter