[Papervision3D] Movie Clip material not clickable
Moge
moge at mindspring.com
Wed Jan 7 14:27:12 PST 2009
Still can't get my movie clip as cylinder material to be clickable.
In the main timeline of my .fla, I added this code to try to track down the
problem...
stage.addEventListener(MouseEvent.CLICK, testingFunction);
function testingFunction(evt:MouseEvent):void{
trace("Testing function: "+evt.target+", "+evt.target.name);
}
and when I click the movie clip as cylinder material, I get this trace...
Testing function: [object Stage], null
Testing function: [object ViewportBaseLayer], instance342
Does that mean anything to anyone? I'm not sure how I'm clicking through to
the stage - anything else I click on only returns the thing I clicked, but
in this case it returns two objects. Is the ViewportBaseLayer something that
would be in front of or behind my MovieClip material? Is it something I can
disable so that I can click through to my material?
Thanks again for any help.
--
View this message in context: http://www.nabble.com/Movie-Clip-material-not-clickable-tp21151718p21341282.html
Sent from the Papervision3D mailing list archive at Nabble.com.
More information about the Papervision3D
mailing list