home *** CD-ROM | disk | FTP | other *** search
- >colors BEACH.GIF
-
- >actor BOAT
- #BOAT
- >pause 99
- BOAT.GIF
- >repeat 9999
- >end BOAT
-
- >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
- BEACHCTL.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
- BEACH1.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 252 115 3 at 30 57 "______________________________"
- >text 1 size 40 color 128 0 128 at 40 40 "Title . . ."
- >start 1 CONTROLS at 491 46 0 0
- >start 2 BOAT at 635 291 0 0
- >move 2 635 291 0 0 0
- >move 2 634 291 0 0 60
- >move 2 631 291 0 0 39
- >move 2 629 291 0 0 33
- >move 2 624 291 0 0 33
- >move 2 619 291 0 0 38
- >move 2 613 292 0 0 33
- >move 2 612 292 0 0 28
- >move 2 604 292 0 0 38
- >move 2 593 292 0 0 33
- >move 2 592 292 0 0 38
- >move 2 578 292 0 0 33
- >move 2 573 292 0 0 39
- >move 2 567 292 0 0 33
- >move 2 560 292 0 0 38
- >move 2 559 292 0 0 39
- >move 2 548 292 0 0 27
- >move 2 543 291 0 0 39
- >move 2 537 290 0 0 33
- >move 2 536 290 0 0 38
- >move 2 526 289 0 0 38
- >move 2 523 289 0 0 33
- >move 2 518 290 0 0 39
- >move 2 517 290 0 0 38
- >move 2 511 290 0 0 39
- >move 2 504 289 0 0 27
- >move 2 496 289 0 0 39
- >move 2 490 288 0 0 38
- >move 2 486 288 0 0 39
- >move 2 485 288 0 0 38
- >move 2 480 288 0 0 38
- >move 2 471 288 0 0 33
- >move 2 470 288 0 0 0
- >delay 999
-
-