home *** CD-ROM | disk | FTP | other *** search
/ Carousel / CAROUSEL.cdr / mactosh / hc / xcmd_res.sit / ResCopier / card_3766.txt < prev    next >
Text File  |  1987-11-02  |  4KB  |  134 lines

  1. -- card: 3766 from stack: in
  2. -- bmap block id: 2429
  3. -- flags: 4000
  4. -- background id: 2701
  5. -- name: Help 1
  6. ----- HyperTalk script -----
  7. on closecard
  8.   hide card field "Hints"
  9. end closecard
  10.  
  11.  
  12. -- part 1 (field)
  13. -- low flags: 01
  14. -- high flags: 2000
  15. -- rect: left=40 top=64 right=279 bottom=466
  16. -- title width / last selected line: 0
  17. -- icon id / first selected line: 0 / 0
  18. -- text alignment: 0
  19. -- font id: 3
  20. -- text size: 12
  21. -- style flags: 0
  22. -- line height: 16
  23. -- part name: 
  24.  
  25.  
  26. -- part 2 (button)
  27. -- low flags: 00
  28. -- high flags: 8000
  29. -- rect: left=344 top=259 right=290 bottom=437
  30. -- title width / last selected line: 0
  31. -- icon id / first selected line: 0 / 0
  32. -- text alignment: 1
  33. -- font id: 3
  34. -- text size: 9
  35. -- style flags: 10496
  36. -- line height: 12
  37. -- part name: Hints and Tips
  38. ----- HyperTalk script -----
  39. on mouseUp
  40.   play boing
  41.   visual effect zoom open
  42.   go to this card
  43.   show card field "Hints"
  44. end mouseUp
  45.  
  46.  
  47.  
  48. -- part 5 (button)
  49. -- low flags: 00
  50. -- high flags: 8000
  51. -- rect: left=72 top=259 right=290 bottom=165
  52. -- title width / last selected line: 0
  53. -- icon id / first selected line: 0 / 0
  54. -- text alignment: 1
  55. -- font id: 3
  56. -- text size: 9
  57. -- style flags: 10496
  58. -- line height: 12
  59. -- part name: Visual map
  60. ----- HyperTalk script -----
  61. on mouseUp
  62.   visual effect iris open
  63.   go to card "Help 4"
  64. end mouseUp
  65.  
  66.  
  67.  
  68. -- part 3 (field)
  69. -- low flags: 81
  70. -- high flags: 2004
  71. -- rect: left=7 top=23 right=337 bottom=502
  72. -- title width / last selected line: 0
  73. -- icon id / first selected line: 0 / 0
  74. -- text alignment: 0
  75. -- font id: 3
  76. -- text size: 9
  77. -- style flags: 0
  78. -- line height: 11
  79. -- part name: Hints
  80. ----- HyperTalk script -----
  81. on mouseup
  82.   hide the target
  83.   visual effect zoom close
  84.   go to this card
  85. end mouseup
  86.  
  87.  
  88.  
  89. -- part contents for card part 1
  90. ----- text -----
  91. ResCopy works just like Font/DA Mover, and is more convenient then Apple's ΓÇ£ResEditΓÇ¥ program:
  92. ┬á-┬áClick ΓÇ£OpenΓÇ¥ to open a stack.
  93. ┬á-┬áClick ΓÇ£CloseΓÇ¥ to close that file (you must close a stack ┬á┬á┬ábefore you can open another one in its place).
  94. ┬á-┬áClick the appropriate ΓÇ£CopyΓÇ¥ button to copy a selected
  95. ┬á┬á┬áresource into the other open stack (the original stack is
  96. ┬á┬á┬ánot changed by copying).
  97. ┬á-┬áClick ΓÇ£ResCopyΓÇ¥ to display ResCopyΓÇÖs menu.
  98. ┬á-┬áWhen you click on an ΓÇÿICONΓÇÖ it is displayed; when you click
  99. ┬á┬á┬áon a ΓÇÿsnd ΓÇÖ (a digitized sound) it is played.
  100.  
  101.  
  102. -- part contents for card part 3
  103. ----- text -----
  104. + HINTS AND TIPS:
  105. ┬á-┬áTo run it, type ResCopy in the message box and press return.
  106. ┬á-┬áOption-Click on ΓÇ£RemoveΓÇ¥ avoids the warning alert.
  107. ┬á-┬áOption-Click on ΓÇ£OpenΓÇ¥ allows you to open ANY type of file. For example, you can open HyperCard or 
  108. ┬á┬á┬áthe current System file.
  109. ┬á-┬áAny two stacks can be open, including your Home stack.
  110. ┬á-┬áTo install ResCopy into another stack (no copy protection here!), copy all THREE resources:
  111. ┬á┬á┬á┬á┬á┬á┬áXCMD=10000 "ResCopy"
  112. ┬á┬á┬á┬á┬á┬á┬áDITL=10000 "ResCopy"
  113. ┬á┬á┬á┬á┬á┬á┬áDLOG=10000 "ResCopy"
  114.  
  115. + ERROR MESSAGES:
  116. ┬á-┬áΓÇ£I am missing some of my resources!ΓÇ¥ - One of the three resources listed above is missing from
  117. ┬á┬á┬áthe current card and the Home card.
  118. ┬á-┬áΓÇ£That file is locked or busy.ΓÇ¥ - ResCopy was unable to add a new resource to a file.
  119. ┬á-┬áΓÇ£Not enough memory to run ResCopy.ΓÇ¥ - ResCopy checks to see if there is about 72K of free memory
  120. ┬á┬á┬ábefore running. You may get this message if you are using the Painting tools, if the RAM cache is 
  121. ┬á┬á┬áturned on, or if you are running something like InBoxΓäó or TOPSΓäó. Turn off or disable one or more of 
  122. ┬á┬á┬áthese and try ResCopy again.
  123. ┬á-┬áΓÇ£Not enough memory to play sound.ΓÇ¥ - Just what it says.
  124. ┬á-┬áΓÇ£Not enough memory to run ResCopy.ΓÇ¥ - ResCopy checks for at least 64K of free RAM when it
  125. ┬á┬á┬ástarts. If you do not have at least that much, it displays this message. If you see this message,
  126. ┬á┬á┬álower your userLevel to 1 or 2 and try again.
  127. ┬á-┬áΓÇ£This test version expires ( date )ΓÇ¥ - Sorry, check where you got this one (or send me a note) and 
  128. ┬á┬á┬áget a copy of the next revision or the released version.
  129. ┬á-┬áΓÇ£Oops, not a playable Hypercard sound.ΓÇ¥ - This is a type 1 sound that is not a digitized sound, or is
  130. ┬á┬á┬áin some other way not compatible with HyperCard.
  131.  
  132.  
  133.  
  134.