Code: Select all
on mouseup
   set the cursor to none
   lock cursor
   wait 100
   unlock cursor
end mouseupThanks
Oliver
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Code: Select all
on mouseup
   set the cursor to none
   lock cursor
   wait 100
   unlock cursor
end mouseupCode: Select all
set the cursor to arrow
