[Flashcoders] AS2 compiler error extravaganza

2005-11-09 Thread Andreas Rønning
two classes. First lines of the problem class: import flash.geom.*; import as.maps.model.GroupReference; class as.maps.model.Topic{ ... } first lines of the GroupReference class import as.memomaps.model.Topic; class as.memomaps.model.GroupReference{ ... } Topic.as: Line 3: The name of this

Re: [Flashcoders] AS2 compiler error extravaganza

2005-11-09 Thread Nils Millahn
if you are editing AS files on a file server, this is more probably due to the Flash timestamp issue. You can only really fix this by copying class files to your local machine and working on them from there. - Nils. Andreas Rønning wrote: two classes. First lines of the problem class: