SuperBox III SE3 sample program
Four button show

Set black search background.
For blue background use 0RC
goto button 5

BTN 0:
16RC
[
>5


Attract is from frame 1000 to 2000. 

BTN 5:
FR1000SE
[
;,2000PL
[
:,>5


Button 1 is the first selection, 
it plays from frame 2500 to 4000, 
don't allow interruption while playing.

BTN 1:
FR2500SE
[
4000PL
[
>5


Button 2 is the second selection, 
it plays from frame 4500 to 6000, 
don't allow interruption while playing.

BTN 2:
FR4500SE
[
6000PL
[
>5


Button 3 is the third selection, 
it plays from frame 6500 to 9000, 
Allow interruption while playing.

BTN 3:
FR6500SE
[
;,9000PL
[
>5


Button 4 is the fourth selection, 
it plays from frame 10000 to 12000, 
don't allow interruption while playing.

BTN 2:
FR10000SE
[
12000PL
[
>5