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

  1.  
  2.  
  3. >actor POSTMAN
  4. #POSTMAN
  5. >pause .4
  6. >moveby 10 0 8 0 10 0 8 0 10 0 8 0
  7. POSTMAN2.GIF
  8. POSTMAN.GIF
  9. >repeat 3
  10. >end POSTMAN
  11.  
  12.  
  13. >actor CONTROL2
  14. ;
  15. ;  FORWARD / BACK / RESET Control for E-Card's
  16. ;
  17. ;  TO USE:
  18. ;    Compose a card using Visual Workshop
  19. ;    Add frames with a hold time of 999 (for user input)
  20. ;    Return to frame 1 and select FILE | ADD OBJECT
  21. ;    Navigate to the TOOLS directory and select CONTROL3.C95
  22. ;    ** This must be 1st object you add so it will be #1 **
  23. ;
  24. ;    Text Panels 2-9 are cleared by this control.
  25. ;    Use Panels 0-1 for Title or other constant information.
  26. ;
  27. #CONTROL2
  28. >click 0 0 15 15 context loop #gotbak
  29. >click 20 0 35 15 context loop #gotfwd
  30. >click 32 0 45 15 0 loop #gotstart
  31. >pause 99
  32. CONTROL2.GIF
  33. >repeat 9999
  34.  
  35. #gotfwd
  36. >text 2
  37. >text 3
  38. >text 4
  39. >text 5
  40. >text 6
  41. >text 7
  42. >text 8
  43. >text 9
  44. >resume 0
  45. >loop #CONTROL2
  46.  
  47. #gotbak
  48. >text 2
  49. >text 3
  50. >text 4
  51. >text 5
  52. >text 6
  53. >text 7
  54. >text 8
  55. >text 9
  56. >back 0
  57. >loop #CONTROL2
  58.  
  59. #gotstart
  60. >text 0
  61. >text 1
  62. >text 2
  63. >text 3
  64. >text 4
  65. >text 5
  66. >text 6
  67. >text 7
  68. >text 8
  69. >text 9
  70. >loop #START2
  71.  
  72. >end CONTROL2
  73. #START2
  74.  
  75.  
  76.  
  77. >visual
  78. STNRY1.GIF
  79. >text 0 size 20 serif color 100 60 40 at 200 43 "Robert Shuler"
  80. >text 1 size 16 serif color 100 60 40 at 154 25 "From the desk of . . ."
  81. >start 1 POSTMAN at  -21 19 0 0
  82. >delay 3 seconds
  83. STNRY1.GIF
  84. >custom
  85. >bigtext "                           July 10"
  86. >bigtext ""
  87. >bigtext "Hi There,"
  88. >bigtext ""
  89. >bigtext "       This is just a short note to thank"
  90. >bigtext "you for trying my E-Card program.  You"
  91. >bigtext "will find this sample note in the [demos]"
  92. >bigtext "category.  "
  93. >bigtext ""
  94. >bigtext "       Enjoy!"
  95. >bigtext ""
  96. >bigtext "                           Robert"
  97. >text 2 size 20 italic serif color 0 0 0 at 23 113 bigtext
  98. >start 2 CONTROL2 at  270 361 0 0
  99. >delay 999
  100. STNRY1.GIF
  101. >text 2 size 20 italic serif color 0 0 0 at 23 113 "page 2..."
  102. >delay 999
  103.  
  104.