Hi Monte, Your method works like a charm! Thanks!! - Mike > You might want to try something like the following: > > local sOldMouseLoc > > on mouseMove x,y > if sOldMouseloc = "" then put x,y into sOldMouseLoc > if sOldMouseLoc <> x,y then quit > end mouseMove >>