topical media & game development
student-powerrail-PowerRailPlane.ax
student-powerrail-PowerRailPlane.ax
(swf
)
[ flash
]
flex
package
{
import flash.net.NetStream;
import org.papervision3d.core.proto.MaterialObject3D;
import org.papervision3d.objects.primitives.Plane;
public class @ax-student-powerrail-PowerRailPlane extends Plane
{
public var xml:XML;
public var clickType:String;
public var clickArgs:Array;
public var stream:NetStream;
public var animationType:String;
public var animationArgs:Array;
public function @ax-student-powerrail-PowerRailPlane(material:MaterialObject3D=null, width:Number=0, height:Number=0, segmentsW:Number=0, segmentsH:Number=0)
{
super(material, width, height, segmentsW, segmentsH);
}
}
}
(C) Æliens
20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.