rookie37 Posted November 11, 2008 Posted November 11, 2008 Can someone help me with a wipeout frame toggle? Quote
twood1702 Posted November 11, 2008 Posted November 11, 2008 are you wanting a lisp? I did something similar, but just wrote macros and created a button for this. Would that help you? Quote
rookie37 Posted November 12, 2008 Author Posted November 12, 2008 A lisp because I am trying to get away from menus Quote
flowerrobot Posted November 12, 2008 Posted November 12, 2008 is this what you wanted? or did you want it to go if off turn on, if on turn off? (Defun c:wo () (command "wipeout" "f" "on") (princ) ) (Defun c:wf () (command "wipeout" "f" "off") (princ) ) Quote
rookie37 Posted November 12, 2008 Author Posted November 12, 2008 This is good. One that would toggle would be better. Thank you for your help so far Quote
CmdrDuh Posted November 12, 2008 Posted November 12, 2008 R.K.McSwain has exactly what you want on his website here. I am linking instead of posting, as I didn't ask RK if I could post it here. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.