diogo
07-24-2006, 11:10 PM
I have always used classes in AS2 without any problem, but now I don't know exactly what's the best way to use them with AS3.
In some examples in the references, I see that the class is created inside a package (no doubt about it), but all is configured INSIDE the class, and not in the FLA, as I use to do with AS2.
The question is: should I configure everything in the .as file and just execute it in the FLA or pass the class' paramaters in the FLA (as before)?
thanks in advance.
In some examples in the references, I see that the class is created inside a package (no doubt about it), but all is configured INSIDE the class, and not in the FLA, as I use to do with AS2.
The question is: should I configure everything in the .as file and just execute it in the FLA or pass the class' paramaters in the FLA (as before)?
thanks in advance.