Hi Kerry,
> I've tried doing it in a loop:
> lHeight =12
> shortLine = 6
> repeat with i = 1 to text.line.count
> member("clues").lineheight = lHeight
> put text.line[i] after member ("clues")
> member("clues").fontsize = shortLine
> put " " & RETURN after member ("clues")
> end repeat
>
> I've done the same with fontsize, with the same result--the
> entire cast
> member (and sprite) ends up the same font and spacing.
I can see where you've gone wrong here:
member("clues").fontsize = shortLine
-Will always change the fontsize for the whole cast member (same with
colour, style, etc.). If you want a single line resised, then try
member("clues").line[i].fontsize = shortLine
-That will only change the line.
Karina Steffens,
Multimedia Designer/Programmer
Martello Media Ltd.
4 Islington Avenue
Sandycove
Co. Dublin
Tel: +353 1 2844668
Fax: +353 1 2803195
http://www.martellomm.ie
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list,
email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo. Thanks!]