BotBoard 2 buttons

Hi all,
Could anyone point me at some code examples/tips/hardware configurations for using the three SUI buttons on my BB2 (using with basic Stamp BS2p24) please?

Am i correct in assuming that i could have 3 different programmes and use these buttons to select the one i want to run?

Once i’ve got the code and hardware sorted, is there a correct way to switch between them?

as ever, many thanks

I think I can answer part of your question:

You can download one program at a time, but using calls to subroutines you can route the execution based on one of the three buttons.

The following code shows how a button press is used within a program:

lynxmotion.com/images/files/a4wd1tst2.bas

Migs

(disclaimer: If someone knows better, I stand corrected!)