On a new card, make six buttons. In the script of the FIRST button:
Code: Select all
on mouseUp
delete btn 3 and btn 4
end mouseUp
Craig Newman
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Code: Select all
on mouseUp
delete btn 3 and btn 4
end mouseUp
Code: Select all
on mouseUp
delete btn 3 and btn 3
end mouseUp