Can someone remind of the syntax for passing play / stop etc to the MovieMaterial class.. is this along the right lines...??

var cube:Cube = new Cube();

var aMovieClip = new MovieClip(); // containing a stop frame and then some sequence animations.. var mMaterial:MovieMaterial = new MovieMaterial(aMovieClip, {interactive:true});

add listeners....

protected function onRollOver(e:MouseEvent3d):void {
aMovieClip.play();
}

protected function onRollOut(e:MouseEvent3d):void {
aMovieClip.stop();
}



--
To unsubscribe, reply using "remove me" as the subject.

Reply via email to