home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / mac / hypercar / 3336 < prev    next >
Encoding:
Internet Message Format  |  1992-09-02  |  1.4 KB

  1. Path: sparky!uunet!sun-barr!sh.wide!wnoc-tyo-news!cs.titech!titccy.cc.titech!sys.titech.ac.jp!ymatsumo
  2. From: ymatsumo@sys.titech.ac.jp (Yasuhide Matsumoto)
  3. Newsgroups: comp.sys.mac.hypercard
  4. Subject: Icon Editor
  5. Message-ID: <YMATSUMO.92Sep2223138@syscomc.sys.titech.ac.jp>
  6. Date: 2 Sep 92 13:31:38 GMT
  7. Sender: news@sys.titech.ac.jp
  8. Distribution: comp
  9. Organization: Tokyo Institute of Technology, Yokohama, Japan.
  10. Lines: 30
  11.  
  12.  
  13. I am now making CAI on HyperCard2.0 for Foreign Language Learning Tool.
  14. I wanna know how to get the icon ID after making new icon by using
  15. Icon Editor.(Maybe it is built in 2.0 uper).
  16.  
  17. I want the learners to make Icon by themselves. So I think that using
  18. Icon Editor is maybe easy to make it. I created the script like this.
  19.  
  20. 1 on mouseUp
  21. 2  ask " name of new icon?"
  22. 3  if it is empty then exit mouseUp
  23. 4  put it into new_icon
  24. 5  domenu "Icon Edit" <-------Sorry! I use HP2.0 for Japanese User.
  25. 6                              maybe it is in English system.
  26. 7  set the name of new icon to new_icon
  27. 8  get the id of new icon
  28. 9 end mouseUp
  29.  
  30. Of course, Now line 7 and 8 is comment out. I wanna make script like this.
  31. I think I would make it by XCMD or XFCN, but I have little exprerience 
  32. to use Think C and so on (Always HyperTalk).So somebody give me a Good idea
  33. to make such script.
  34.  
  35. thank you.
  36.  
  37.  
  38. --
  39. @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  40. @        ymatsumo@sys.titech.ac.jp          @
  41. @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  42.