Hi, I’m making a virtual panorama and I need to have animated hostspots.
I load an swf movie containing the backgroundImage for skymap6 and movieclips used for hotspots already positioned ove the right places.
Then I look for those hotspot movieclips, I stop them at frame 1 and I set them mouseChildren=false;
Then I add MouseEvent listeners to the loaded movieclip, create a Skybox6 and a MovieMaterial interactive=true.
MouseEvents are not fired. If I use a Sphere instead of a Skybox6 I see the the Sphere with movieclip wrapped on it and all works fine.
I’m using away3d-core-fp10-466d6f2
My conclusion should be that Skybox6 doesn’t allow interactivity, but as I think I’m not the first one who tried to make a vr panorama with animated hostspots using a Skybox6, maybe there is something I did not pay attention to.
I need to use Skybox6 because it is easy for people who draws the hostspot to have all the envirorment background in a single image, as hotspots are not completely contained in just 1 face at time of the cube. Wrapping image inside a sphere would mean to draw “distorted” hotspot.
Does anybody know how I can get my result?