With a simple algorithm, papervision, and the new Line3D class, we can now do some really cool things in flash! Click here to see it! It draws 3000 lines, so you’ll need a fast computer if you want to zoom in (+/-). Enjoy! The Lorenz Equation: x1 = x0 + h * a * (y0 - x0); y1 = y0 + h * (x0 * (b - z0) - y0); z1 = z0 + h * (x0 * y0 - c * z0); x0 = x1; y0 = y1; z0 = z1; And of course, for those

