home *** CD-ROM | disk | FTP | other *** search
-
- >actor CONTROLS
- ;
- ; 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 CONTROLS.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.
- ;
- #CONTROLS
- >click 0 0 30 30 1 loop #gotbak
- >click 35 0 60 30 1 loop #gotfwd
- >click 65 0 90 30 0 loop #gotstart
- >pause 99
- WHITECTL.GIF
- >repeat 9999
-
- #gotfwd
- >text 2
- >text 3
- >text 4
- >text 5
- >text 6
- >text 7
- >text 8
- >text 9
- >resume 0
- >loop #CONTROLS
-
- #gotbak
- >text 2
- >text 3
- >text 4
- >text 5
- >text 6
- >text 7
- >text 8
- >text 9
- >back 0
- >loop #CONTROLS
-
- #gotstart
- >text 0
- >text 1
- >text 2
- >text 3
- >text 4
- >text 5
- >text 6
- >text 7
- >text 8
- >text 9
- >loop #START
-
- >end CONTROLS
- #START
-
-
- >visual
- WHITE1.GIF
- >bigtext "- Point 1"
- >bigtext ""
- >bigtext "- Point 2"
- >bigtext ""
- >bigtext "- Point 3"
- >text 3 size 30 italic color 128 0 128 at 59 189 bigtext
- >text 2 size 30 color 128 0 128 at 217 105 "Slide Subtitle"
- >text 0 size 40 color 0 255 0 at 30 57 "______________________________"
- >text 1 size 40 color 128 0 128 at 40 40 "Title . . ."
- >start 1 CONTROLS at 491 46 0 0
- >delay 999
-
-