ABSTRACT

After you are comfortable writing Visual LISP functions based on command type structures and dialog boxes, you are ready to begin exploring the next level of interactive programming: event-based programming. Event-driven programs respond to things as they happen in the computer and thereby represent a high degree of integration between the application and AutoCAD. Event-driven programs consist of a set of reactor functions. Each function will react to a particular event in the system.