SuperBox III SE1 sample program
loop only show


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

BTN 0:
16RC
[
>1


Show is from frame 1000 to 2000. Don't allow interruption.

BTN 1:
FR1000SE
[
2000PL
[
>1



Example with 10 second delay between shows

BTN 2:
FR1000SE
[
1VD
[
2000PL
[
0VD
[
!100!>2


Chapter examples
Show is from chapter 1 to 2. Don't allow interruption.

BTN 3:
CH1SE
[
2PL
[
>3



Example with 10 second delay between shows

BTN 4:
CH1SE
[
1VD
[
2PL
[
0VD
[
!100!>4



Leadout examples
Show is from Frame 1 to Lead-out. Don't allow interruption.

BTN 5:
FR1SE
[
LOPL
[
>5