Can't you rename your Logo class to something else? On Fri, Feb 5, 2010 at 3:25 PM, Makc <[email protected]> wrote:
> When you have "Logo" class in the project, there are two errors > compiling with away: > > Error: Can not resolve a multiname reference unambiguously > Error: Call to a possibly undefined method Logo > > changing line 614 in Stats.as from > > var logoShape:Shape = new Logo(); > > to > > var logoShape:Shape = new away3d.core.stats.Logo(); > > resolves the issue, but I would prefer some less intrusive fix. Anyone? > -- ___________________ Actionscript 3.0 Flash 3D Graphics Engine HTTP://AWAY3D.COM
