>Any ideas where my problems are? Your variable gets forgotten after you leave the mouseup. You solve that by making it a global variable:
-------------- on mouseUp global gIncre gIncre = gIncre + 2 put gIncre end -------------- [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!]
