Hello, Is there a way to execute code as soon as a card is entered, so no button needs to be pressed?
Thanks in advance for any help.
Activate code when a card is entered?
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Re: Activate code when a card is entered?
Hi TBB,
yes, use an "on opencard" handler in the card script of that card!
And you really should check these stacks to get the basics of Livecode (I may repeat myself
)
http://www.hyperactivesw.com/revscriptc ... ences.html
Best
Klaus
yes, use an "on opencard" handler in the card script of that card!
And you really should check these stacks to get the basics of Livecode (I may repeat myself

http://www.hyperactivesw.com/revscriptc ... ences.html
Best
Klaus
-
- Posts: 19
- Joined: Wed Jun 18, 2014 7:23 pm
Re: Activate code when a card is entered?
Thank you, and yeah I will check them out now.