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: FourthWorld, heatherlaine, Klaus, 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