>many of the roll-over texts that are attached to sprites almost on
>the edge of the movie only show partly since the rest
>gets hidden as it falls out of the stage size. Is
>there some way by which one sprite can be seen even
>out of the movie area when published??
I'll assume your rollover text is something like tool tips--am I right?
You didn't attach any code, so I can't give a real accurate answer, but you
could check the horizontal location of the sprite and position the rollover
text to the left or right. Something like:
if mySprite.locH > 700 then
textSprite.locH = mySprite.locH - 200
end if
Cordially,
Kerry Thompson
[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!]