Actions using External Scripts

Page 1 of 1
Jesse Stratford
Jesse was born and raised in Australia, and now lives in London. He is one of the original founders of http://ActionScript.org, and was formerly a Flash developer, teacher, author and speaker. While Jesse no longer works as a full-time Flash professional, he still enjoys actively participating in the http://ActionScript.org community as time permits.
Requirements: Flash 5 and above. If you have code which you use repeatedly across multiple files, you can save time by writing it once and using the include action. This action is also very useful when working as part of a team or on large projects, as large amounts of scripting in the Actions Panel can reduce Flash's performance (at edit time).
You can write your script in any plain text editor and save it with .as extension (recommended but not necessary).
To include the code in your external source file use:
#include "myscript.as"
Spread The Word
Related Articles
1 Response to "Actions using External Scripts" 
|
said this on 19 Aug 2007 6:02:23 AM CDT
Simple as that, but inval
|


Author/Admin)