/* My simple 3d engine... just bored (C) Ed Mack */ function m3d(x,y){ _root.createEmptyMovieClip("m3ds",1); this.screen = _root.m3ds; this.screen._x = x; this.screen._y = y; this.mesh = _root.mesh; this.pers = 270; this.pcount = 0; } m3d.prototype.draw = function(){ var i,a; for(i=0;i