importing multiple classes??
I have two .as files and both of them I am trying to import but I get the following error:
Code:
The class 'uweap.as' cannot be imported because its leaf name is already being resolved to imported class 'eSet.as'.
can anyone clarify what the problem is or what a leaf name is?
Did anyone figure this one out? I'm having this problem, too.
I'm having the same problem in Flash 8. The classes have no references to each other. The code in the .fla is just:
import Piano.as
import Skateboard.as
and I get:
**Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 3: The class 'Skateboard.as' cannot be imported because its leaf name is already being resolved to imported class 'Piano.as'.
I don't have the .as files in packages or subdirectories; they're just sitting in the same directory as the .fla.
Any ideas???