40 likes | 182 Vues
This report introduces the OMSC and QBSC shape constructors, designed to facilitate natural shape drawing in ActionScript. The OMSC onMouseMove.Shape.Constructor allows users to draw shapes as if using a pencil or paintbrush, mimicking a natural artistic process. Meanwhile, the QBSC.Quadratic.Bezier.Shape.Constructor efficiently saves only the essential data required to define each component of the shape. This approach streamlines the shape creation process while maintaining artistic integrity, resulting in an intuitive drawing experience.
E N D
OMSC and QBSC http://actionscript-toolbox.com/saveShapes.php 報告者 林芃君 2002/10/21
OMSC • onMouseMove Shape Constructor • draw a shape in a natural way, as though holding a pencil or paintbrush
QBSC • Quadratic Bezier Shape Constructor • saves only the minimum information needed to define each part of the shape