Thanks for helping

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller





Code: Select all
on mouseUp
   put fld "PIXN" into PSTART
   repeat until PSTART < 2
      send "mouseUp" to button "BK"
      wait 3 secs
      put fld "PIXN" into PSTART
   end repeat
end mouseUp