Adding classes/classpath
Adding classes/classpath
- Started
- Last post
- 2 Responses
- CyBrain
What is the secret to adding a class to action script 2?
I'd like to keep all my custom classes in a folder called actionscript in my Flash application folder.
Here is how I set up my class path:
Here where the files are:
Here is the script I put on frame 1 of my fla:
And here is the script in my included .as file and how it traced:
Any clue why won't this work?
- jpea0
you'd need:
import com.mosesSupposes.*
or
import com.mosesSupposes.fuse.fuse
or whatever your class path is defined as in the class itself.
- CyBrain0
It turns out theres's an mxp file I had to install to Flash.
FuseKit2.1.mxp
I missed that in all the files and documentation that came with the Fuse download.



