Code: Select all
on mouseUp pMouseBtnNo
if the label of me is "Edit"
set the label of me to "Generate"
end if
end mouseUp
Moderators: Klaus, FourthWorld, heatherlaine, kevinmiller, robinmiller
Code: Select all
on mouseUp pMouseBtnNo
if the label of me is "Edit"
set the label of me to "Generate"
end if
end mouseUp