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