flash help
flash help
- Started
- Last post
- 7 Responses
- forcetwelve
hey. wondering if anyone can tell me how to call a function that is in an external .as file.
thx in advance.
- powertoni0
include "folderthatcontains/yourasfile.a...
hypotheticalFunction("this is a param string");
- powertoni0
wierd...it abbreviated the include statement
anyway....an include statement is the same as having all the external code on the keyframe that contains the
include "file.as"
- forcetwelve0
i dont quite follow. could you maybe email the syntax? thx heaps
- ukit0
simply
include "yourfile.as"
- forcetwelve0
ah ok - thx
- powertoni0
actually we're fuckups...its actually
#include "yourfile.as"
- forcetwelve0
haha! i wondered why it wasnt working... found that on adobe docs just then!