thank you Andreas for your suggestion. I'm afraid it's more difficult than I was thinking... :-( jena-louis valero > When you resize a miaw by hand is it possible during the mousedown process to freeze the ghosty frame by lingo and so prevent that frame to get smaller or wider? something like this (which does not work): on resizeWindow repeat while the stilldown if the mouseh < 100 or the mouseh > 300 then exit end repeat end > Hi jean-louis! I don't really got you, but i have found this: Lingo cannot test stillDown when it is used inside a repeat loop. Use the mouseDown function inside repeat loops instead (Director Help) But testing the mousedown inside the loop is in my opinion not such a good solution because while processing the loop no other event can be caught. hope this helps Andreas [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!]
