Xref: utzoo comp.sys.mac:50903 comp.sys.mac.hypercard:3367 Path: utzoo!attcan!uunet!samsung!munnari.oz.au!murtoa.cs.mu.oz.au!ditmela!diemen!lin From: lin@diemen.cc.utas.oz (Zhen Jie Lin) Newsgroups: comp.sys.mac,comp.sys.mac.hypercard Subject: Is there any HyperTalk-like Macro Application? Keywords: Macro, HyperCard, HyperTalk Message-ID: <1315@diemen.cc.utas.oz> Date: 19 Mar 90 13:28:30 GMT Organization: University of Tasmania, Tasmania, Australia Lines: 15 Is there any Macro Command which has the similar functions as HyperTalk script in the HyperCard (i.e. the command can be used to the menu items) I have used MacroMaker and AutoMac III, but they are still not what I want. The Macro should like HyperTalk, and can handle : 1) System Message: like: on doMenu xxx, on mouseDown, on mouseUp, etc; 2) Command Set: it includes OPEN, CLOSE, drag, click, doubleClick, 3) Handle: DiskIcon, Folder, File, Window; 4) Property: (Y/N) Active, Visible, WriteProtect, EmptyTrash (Number) Loc, Size (the size of icon and window on the screen, the size of file) (string) Name, Type, version etc 5) If... then..., repeat..., do while... Any people have seen such sort of Macro? If not, why no people do it? Or, why don't you clever guy out there try to do it?