Xref: utzoo comp.sys.mac.hypercard:2424 comp.sys.mac.programmer:8814 Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!ncar!husc6!bu-cs!gasp From: gasp@bu-cs.BU.EDU (Isaac Kohane) Newsgroups: comp.sys.mac.hypercard,comp.sys.mac.programmer Subject: Effect of setting text tool properties Summary: hmm Message-ID: <37513@bu-cs.BU.EDU> Date: 4 Sep 89 15:14:09 GMT Reply-To: gasp@bucsd.bu.edu (Isaac Kohane) Followup-To: comp.sys.mac.hypercard, comp.sys.mac.programmer Organization: Boston University Lines: 24 Hi, the following behavior in Hypercard has me puzzled. If you have a script which goes as follows: lock screen choose text tool set textAlign to center type "Foo" . . . set textAlign to right type "Bar" unlock screen then both Foo and Bar end up right aligned. A similar phenomenon happens when you set to differerent font sizes and other properties of the text tool from within a script. Any explanations? thanks- -Zak