First time here? First time here? Newsletter Signup Newsletter
651326 Members and growing! | Flash Jobs
Search tutorials
Author: Colin Maxwell | Website: http://www.maximized.co.uk

Animated materials.

If you have an animated MovieClip symbol that you want to use as a material on a 3D object, simply follow the previous procedure, substituting the animated MovieClip for the material used in the example, then add the following line of code after the line that creates the MovieMaterial object.

material.animated=true;

Here's a complete code listing for this stage.

import org.papervision3d.cameras.Camera3D;
import org.papervision3d.render.BasicRenderEngine;
import org.papervision3d.scenes.Scene3D;
import org.papervision3d.view.Viewport3D;
import org.papervision3d.objects.primitives.Plane;
import org.papervision3d.materials.*;
var viewport:Viewport3D = new Viewport3D(stage.stageWidth,stage.stageHeight);
var scene:Scene3D = new Scene3D();
var camera:Camera3D = new Camera3D();
var renderer:BasicRenderEngine = new BasicRenderEngine();
var myPicture:Picture=new Picture();
var material:MovieMaterial = new MovieMaterial(myPicture);
material.animated=true;
material.oneSide = false;
var plane:Plane = new Plane(material,myPicture.width,myPicture.height);
addChild(viewport);
scene.addChild(plane);
renderer.renderScene(scene, camera, viewport);
addEventListener( Event.ENTER_FRAME, loop);

function loop(event:Event):void {
   plane.yaw(5);
   renderer.renderScene(scene, camera, viewport);
}
camera.z=-500;

Here is an example using a movieclip containing a simple tweened animation.

Content on this page requires a newer version of Adobe Flash Player.

Get Adobe Flash player

That's the end of this tutorial.

» Level Intermediate

Added: 2009-07-29
Rating: 9.6 Votes: 5
(10 being the highest)
» Author
Lecturer in Graphic Design at Carnegie College, Scotland. Specializes in interactive media.
» Download
Download the files used in this tutorial.
» Forums
More help? Search our boards for quick answers!

Comments

  • There are no comments yet. Be the first to comment!

  • You must have javascript enabled in order to post comments.

Leave a Comment
  • Your email address will not be published. All fields are required.
Featured Flash FLA
» Author: S.Saipriya
» Title: Flash Fire Effect
» Description: This tutorial explains about how to create Fire Effect in Flash of Actionscript 2.0.I hope this tutorial helps you!
Featured Sound Loops
Image for equalize

Audio Player

» Author: Aidan Crouzet-Pascal
» Title: Falling Star
» Description: This loop is a cool sounding, E minor loop.
Latest Font
» Author: Fábio FAFERS
» Description: I created this font for free use. Everyone can apply it in personal or business texts. Its free, but I want to be communicated in case of business use. Donations are accepted to keep the project of free fonts alive! Thank you all
Featured Sound Fx
Image for equalize

Audio Player

» Author: Brandan Paulin
» Description: Epic sounding loop with Brass, Percussion, Strings and Winds. This is actually part of a Loop Pack called the Coming where you can download the rest of the loops that go with it FREE from my website.