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 mouseUpCraig Newman
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Code: Select all
on mouseUp
delete btn 3 and btn 4
end mouseUpCode: Select all
on mouseUp
   delete btn 3 and btn 3
end mouseUp