Log in

View Full Version : Setting Actionscript settings 2.0 or 3.0



evan
03-03-2008, 08:32 PM
If I choose between actionscript 2.0 and 3.0 in the settings will that cancel out certain classes or cause problems.

Such as: if I have a mix of 2.0, and 3.0 classes in my folder. and I open up my scripting box on line 1 with

1 import com.evan.*; which should allow all classes to be used BUT I have some that are 2.0 and then some that are 3.0

assuming that variables are also not named the same would I get problems?

-Namely, must I build strictly 2.0 or 3.0 parameters?
-if the answer is yes then I assume I must designate separate folders for my classes.

Medyman
03-03-2008, 11:24 PM
Your assumption is right. You can't mix AS 2.0 or AS 3.0. It's either one or the other.