Greetings everyone, first post here as my company is just getting into
Away3d.

We're working on a rather simple scene but are running into a few
separate issues regarding moviematerials and collada files.  Our goal
is to have a plane with a movieclip material attached.  The movieclip
will house a whole bunch of buttons and interactivity, kind of like
regular flash on a plane.

Any help with the following will be much appreciated:

1. None of the event listeners in our movieclips are firing when the
material is added to a collada dae file.  We're modeling a custom
'panel' that we want to apply our moviematerial to in 3d software and
then bringing into away through DAE files.  When we apply the
moviematerial to the dae panel sometimes none of the event listeners
work.  What's really weird is that this would change if we re-
published the swf.  Sometimes it would work and sometimes it
wouldn't.  This would even change between viewing the swf from the OS
or viewing the swf from a browser.  Even a browser refresh would
sometimes cause the buttons to work and sometimes not.

We can't use 3d events because there will be multiple buttons and
screens that show up on the panel.  Our workaround so far has been to
apply the material to an away3d plane instead, but really we'd still
like to use the DAE model.

2. We're also trying to work on a reflection in the scene, and the
reflection has to do exactly as the original movieclip does without
interactivity.  So we're adding the same moviematerial to 2 panels
(original and reflection).  When we do this, the mouseevents sometimes
work but what's weird is sometimes they don't fire at all.  This will
happen on a refresh of the browser, where everything works, and then
it will just stop if the browser is refreshed.  As an average, the
events won't fire about 1 out 5 times the browser is refreshed.  The
swf isn't being republished, just a browser refresh.

Any help with these issues is greatly appreciated.  I went through the
group and searched for these issues but I didn't see anything else
similar.

Reply via email to