*one not ane.. lol oops. anyways if you wanted say a menu to come up when you pressed A then I would use a function. something like: DEF MENU WHILE B=>#A (I think I did that wrong but idk how it went) (Menu code here) WEND END so now when you call it, it would do the menu until you pressed A again then bring you back to where you left off. calling it is a simple IF BUTTON() AND #A THEN MENU