[COLOR=black][FONT=Arial]So my classes are all disorganized. I make a class path in my AS Preferences.[/FONT][/COLOR]
[COLOR=black][FONT=Arial]C:\Custom_AS2_Classes[/FONT][/COLOR]
[FONT=Arial]My script for a test of this class path is an [/FONT][FONT=Arial]FLA[/FONT][FONT=Arial]:[/FONT]
[FONT=Arial]import com.tests.trees.Junpier;[/FONT]
[FONT=Arial]var myJuniper:Juniper = new Juniper();[/FONT]
[FONT=Arial]com being a subfolder of [COLOR=black]Custom_AS2_Classes and so on down to the Juniper class, which just traces something when constructed.[/COLOR][/FONT]
[COLOR=black][FONT=Arial]All I get is this error:[/FONT][/COLOR]
“The class being compiled, ‘Juniper’, does not match the class that was imported, ‘Juniper’.”
Thanks in advance.
[SIZE=3][FONT=Times New Roman][COLOR=darkred][COLOR=black][FONT=Arial][FONT=Arial][SIZE=2][COLOR=darkred]EDIT: I understand this must be a common problem. I did try to google and kirupa search, and got lots of results. Yet none of them seemed to address the problem, strangely. Very frustrating.[/COLOR][/SIZE][/FONT][/FONT][/COLOR] [/COLOR][/FONT][/SIZE]