home *** CD-ROM | disk | FTP | other *** search
- >actor CONTROL2
- ;
- ; FORWARD / BACK / RESET Control for E-Card's
- ;
- ; TO USE:
- ; Compose a card using Visual Workshop
- ; Add frames with a hold time of 999 (for user input)
- ; Return to frame 1 and select FILE | ADD OBJECT
- ; Navigate to the TOOLS directory and select CONTROL3.C95
- ; ** This must be 1st object you add so it will be #1 **
- ;
- ; Text Panels 2-9 are cleared by this control.
- ; Use Panels 0-1 for Title or other constant information.
- ;
- #CONTROL2
- >click 0 0 15 15 context loop #gotbak
- >click 20 0 35 15 context loop #gotfwd
- >click 32 0 45 15 0 loop #gotstart
- >pause 99
- CONTROL2.GIF
- >repeat 9999
-
- #gotfwd
- >text 2
- >text 3
- >text 4
- >text 5
- >text 6
- >text 7
- >text 8
- >text 9
- >resume 0
- >loop #CONTROL2
-
- #gotbak
- >text 2
- >text 3
- >text 4
- >text 5
- >text 6
- >text 7
- >text 8
- >text 9
- >back 0
- >loop #CONTROL2
-
- #gotstart
- >text 0
- >text 1
- >text 2
- >text 3
- >text 4
- >text 5
- >text 6
- >text 7
- >text 8
- >text 9
- >loop #START2
-
- >end CONTROL2
- #START2
-
-