home *** CD-ROM | disk | FTP | other *** search
-
-
- >actor POSTMAN
- #POSTMAN
- >pause .4
- >moveby 10 0 8 0 10 0 8 0 10 0 8 0
- POSTMAN2.GIF
- POSTMAN.GIF
- >repeat 3
- >end POSTMAN
-
-
- >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
-
-
-
- >visual
- STNRY1.GIF
- >text 0 size 20 serif color 100 60 40 at 200 43 "Robert Shuler"
- >text 1 size 16 serif color 100 60 40 at 154 25 "From the desk of . . ."
- >start 1 POSTMAN at -21 19 0 0
- >delay 3 seconds
- STNRY1.GIF
- >custom
- >bigtext " July 10"
- >bigtext ""
- >bigtext "Hi There,"
- >bigtext ""
- >bigtext " This is just a short note to thank"
- >bigtext "you for trying my E-Card program. You"
- >bigtext "will find this sample note in the [demos]"
- >bigtext "category. "
- >bigtext ""
- >bigtext " Enjoy!"
- >bigtext ""
- >bigtext " Robert"
- >text 2 size 20 italic serif color 0 0 0 at 23 113 bigtext
- >start 2 CONTROL2 at 270 361 0 0
- >delay 999
- STNRY1.GIF
- >text 2 size 20 italic serif color 0 0 0 at 23 113 "page 2..."
- >delay 999
-
-