Add or delete a new card from a button.
Posted: Fri Mar 05, 2010 9:58 pm
I'm new to RunRev, did some coding in HyperCard years ago. I've searched the docs but cant seem to find these two basic commands. Its got to be simple. Have two buttons, one adds a card one deletes. Already figured out the background issue.
Thanks in advance for your help and patience.
Thanks in advance for your help and patience.
Code: Select all
on mouseUp
howToAddACard
end mouseUp
on mouseUp
howToDeleteThisCard
end mouseUp