Code: Select all
on mouseUp
Put "1" into the selection
end mouseUp
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Code: Select all
on mouseUp
Put "1" into the selection
end mouseUp
Code: Select all
on enterInField
beep
end enterInField
on returnInField -- this allows for the return key to be used as well
enterInField
end returnInField