home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / mac / hypercar / 3175 < prev    next >
Encoding:
Internet Message Format  |  1992-08-20  |  1.5 KB

  1. Path: sparky!uunet!convex!darwin.sura.net!mips!swrinde!elroy.jpl.nasa.gov!ames!agate!usenet.ins.cwru.edu!magnus.acs.ohio-state.edu!cis.ohio-state.edu!rutgers!uwm.edu!ux1.cso.uiuc.edu!usenet.ucs.indiana.edu!silver.ucs.indiana.edu!bhostetl
  2. From: bhostetl@silver.ucs.indiana.edu (Brian Hostetler)
  3. Newsgroups: comp.sys.mac.hypercard
  4. Subject: copy/pasting a card--question...
  5. Message-ID: <BtB4w8.FJy@usenet.ucs.indiana.edu>
  6. Date: 21 Aug 92 00:19:19 GMT
  7. Sender: news@usenet.ucs.indiana.edu (USENET News System)
  8. Distribution: comp.sys.mac.hypercard
  9. Organization: Indiana University
  10. Lines: 23
  11. Nntp-Posting-Host: silver.ucs.indiana.edu
  12.  
  13.  
  14.     Here is a little script:
  15. on AddCard
  16.   doMenu Copy Card
  17.   doMenu Paste Card
  18.   ask "Please enter the strain name for this card."
  19.   put it into Card Name:
  20. end AddCard
  21.  
  22.     Does anyone know how to get hypercard to copy a specific card from
  23. anywhere else in the stack?  That is, when a user clicks on the AddCard
  24. button, I would like the stack to copy a template card located
  25. elsewhere and place it where the user is.  I guess a round-about way
  26. of doing it would be for hypercard to take the user *to* the template
  27. card and copy it and then ask the user to go to where they want it to
  28. be and then paste it, but...
  29.     Also, the 'put it into Card Name:' obviously does not work.
  30. What qualifier am I missing???
  31. -- 
  32. -brian
  33. *bhostetl@ucs.indiana.edu       |    "Stop and breathe, close my eyes
  34.  bhostetl@iubacs.bitnet         | and smell and listen...  no more cotton
  35.  bhostetl@silver.ucs.indiana.edu  | candy, no more band concerts..."
  36.