home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1996 October / PCO_10.ISO / filesbbs / ecard.arj / BEACH.C95 < prev    next >
Encoding:
Text File  |  1996-07-12  |  2.3 KB  |  121 lines

  1. >colors BEACH.GIF
  2.  
  3. >actor BOAT
  4. #BOAT
  5. >pause 99
  6. BOAT.GIF
  7. >repeat 9999
  8. >end BOAT
  9.  
  10. >actor CONTROLS
  11. ;
  12. ;  FORWARD / BACK / RESET Control for E-Card's
  13. ;
  14. ;  TO USE:
  15. ;    Compose a card using Visual Workshop
  16. ;    Add frames with a hold time of 999 (for user input)
  17. ;    Return to frame 1 and select FILE | ADD OBJECT
  18. ;    Navigate to the TOOLS directory and select CONTROLS.C95
  19. ;    (This must be 1st object you add so it will be #1)
  20. ;
  21. ;    Text Panels 2-9 are cleared by this control.
  22. ;    Use Panels 0-1 for Title or other constant information.
  23. ;
  24. #CONTROLS
  25. >click 0 0 30 30 1 loop #gotbak
  26. >click 35 0 60 30 1 loop #gotfwd
  27. >click 65 0 90 30 0 loop #gotstart
  28. >pause 99
  29. BEACHCTL.GIF
  30. >repeat 9999
  31.  
  32. #gotfwd
  33. >text 2
  34. >text 3
  35. >text 4
  36. >text 5
  37. >text 6
  38. >text 7
  39. >text 8
  40. >text 9
  41. >resume 0
  42. >loop #CONTROLS
  43.  
  44. #gotbak
  45. >text 2
  46. >text 3
  47. >text 4
  48. >text 5
  49. >text 6
  50. >text 7
  51. >text 8
  52. >text 9
  53. >back 0
  54. >loop #CONTROLS
  55.  
  56. #gotstart
  57. >text 0
  58. >text 1
  59. >text 2
  60. >text 3
  61. >text 4
  62. >text 5
  63. >text 6
  64. >text 7
  65. >text 8
  66. >text 9
  67. >loop #START
  68.  
  69. >end CONTROLS
  70. #START
  71.  
  72.  
  73. >visual
  74. BEACH1.GIF
  75. >bigtext "-  Point 1"
  76. >bigtext ""
  77. >bigtext "-  Point 2"
  78. >bigtext ""
  79. >bigtext "-  Point 3"
  80. >text 3 size 30 italic color 128 0 128 at 59 189 bigtext
  81. >text 2 size 30 color 128 0 128 at 217 105 "Slide Subtitle"
  82. >text 0 size 40 color 252 115 3 at 30 57 "______________________________"
  83. >text 1 size 40 color 128 0 128 at 40 40 "Title . . ."
  84. >start 1 CONTROLS at 491 46 0 0
  85. >start 2 BOAT at  635 291 0 0
  86. >move 2 635 291 0 0 0
  87. >move 2 634 291 0 0 60
  88. >move 2 631 291 0 0 39
  89. >move 2 629 291 0 0 33
  90. >move 2 624 291 0 0 33
  91. >move 2 619 291 0 0 38
  92. >move 2 613 292 0 0 33
  93. >move 2 612 292 0 0 28
  94. >move 2 604 292 0 0 38
  95. >move 2 593 292 0 0 33
  96. >move 2 592 292 0 0 38
  97. >move 2 578 292 0 0 33
  98. >move 2 573 292 0 0 39
  99. >move 2 567 292 0 0 33
  100. >move 2 560 292 0 0 38
  101. >move 2 559 292 0 0 39
  102. >move 2 548 292 0 0 27
  103. >move 2 543 291 0 0 39
  104. >move 2 537 290 0 0 33
  105. >move 2 536 290 0 0 38
  106. >move 2 526 289 0 0 38
  107. >move 2 523 289 0 0 33
  108. >move 2 518 290 0 0 39
  109. >move 2 517 290 0 0 38
  110. >move 2 511 290 0 0 39
  111. >move 2 504 289 0 0 27
  112. >move 2 496 289 0 0 39
  113. >move 2 490 288 0 0 38
  114. >move 2 486 288 0 0 39
  115. >move 2 485 288 0 0 38
  116. >move 2 480 288 0 0 38
  117. >move 2 471 288 0 0 33
  118. >move 2 470 288 0 0 0
  119. >delay 999
  120.  
  121.