Message 1 of 26
lisp routine prompts

Not applicable
02-07-2006
07:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
i have a lisp routine for the wipe out command, it reads like this: (defun c:WI () (command "-layer" "new" "wipeout" "color" "255" "wipeout" "set" "wipeout" "")(command "rectangle" pause pause)(command "WIPEOUT" "polyline" "last" "yes")(command "draworder" "crossing" pause pause "" "f"))
what i need is to put some prompts in here, after it creates the layer, and begins the rectangle command i want it to say "specify fist corner of wipeout" then "specify second corner of wipeout", then when it starts the draw order command i want it to say "select objects to move to front"
i've never had to put in prompts before but I'd like to start, i just need one example to go off of, or at least some direction
thanks in advance for all you help/comments
kenny
what i need is to put some prompts in here, after it creates the layer, and begins the rectangle command i want it to say "specify fist corner of wipeout" then "specify second corner of wipeout", then when it starts the draw order command i want it to say "select objects to move to front"
i've never had to put in prompts before but I'd like to start, i just need one example to go off of, or at least some direction
thanks in advance for all you help/comments
kenny