When i implement this for text cast member, i'm getting error "lineHeight" property not found for text cast member. What's substitute or option available in text cast members to find out lin height.
Text members can have different line heights, even within one line, and so there's a different function called fixedLineSpace that will give you the line height for a particular chunk of the text member.
One small complication is that the fixedlinespace may be set to zero. If it is, then the line height adjusts itself based on the size of the text. If it is set to something, then it stays at that amount even if you change the font size.
The safest thing for your scrolling might be to go into the text member and set its line height. After that the text member should report a fixedlinespace that matches the line height that you have set.
[To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/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!]
