I mean added other file the movie clip in the current fla files.

can be external swf file as well....please advice....

On Wed, Feb 25, 2009 at 4:25 PM, Jensa <[email protected]> wrote:

>
> Hi,
> To set a movieclip as material, you'll just do like this:
>
> var materialMovie:MovieClip = new causticsMovie() as MovieClip; //
> Create a MovieClip instance
> var causticsMaterial:MovieMaterial = new MovieMaterial
> ( materialMovie ); // Create material based on MC
> var sphere:Sphere = new Sphere({material:causticsMaterial}); // Create
> sphere and apply material
>
> Is this what you were after?
>
> J
>
>

Reply via email to