achisholm
08-18-2006, 10:41 AM
i want to create a default script template for my .as files and i'm wondering if Flash lets you apply a default document that will automatically open up every time i create a new .as file. Mine would look something like this:
// © author details, bla bla bla
/*---------------------------------------------
variable declarations
----------------------------------------------*/
/*---------------------------------------------
instantiate variables
----------------------------------------------*/
/*---------------------------------------------
functions
----------------------------------------------*/
/*---------------------------------------------
event handlers
----------------------------------------------*/
/*---------------------------------------------
run immediately
----------------------------------------------*/
I'm guessing there's not because i've spent 20 minutes trying to find this feature without any luck. I'd like to hear otherwise though!
// © author details, bla bla bla
/*---------------------------------------------
variable declarations
----------------------------------------------*/
/*---------------------------------------------
instantiate variables
----------------------------------------------*/
/*---------------------------------------------
functions
----------------------------------------------*/
/*---------------------------------------------
event handlers
----------------------------------------------*/
/*---------------------------------------------
run immediately
----------------------------------------------*/
I'm guessing there's not because i've spent 20 minutes trying to find this feature without any luck. I'd like to hear otherwise though!