At 22:56 1/17/01, Slava Paperno wrote:
>sprite(X).locV = sprite(X).locV + 3000
>
>What I see is that the text field itself disappears, but its scrollbar
>stays behind, where it was. Setting sprite(X).visible to false makes it go
>away, and resetting visible to true does NOT bring the scrollbar back.
>
>This is consistent and reproducible. Is it just me?
You would probably see the same result with a QT. Sprites of members that
are set direct-to-stage (as text scroll bars always are) tend to leave
their pixels behind.
One common method of dealing with this is to set the stageColor after
moving the sprite off stage or navigating to a frame without the sprite:
the stageColor = the stageColor
--
Mark A. Boyd
Keep-On-Learnin' :)
[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!]