Event list?

Anything beyond the basics in using the LiveCode language. Share your handlers, functions and magic here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
p4tr1ck
Posts: 36
Joined: Mon Jun 14, 2010 4:58 pm

Event list?

Post by p4tr1ck » Wed Jul 07, 2010 12:16 am

Hello.
Is there a full list of events in RevTalk? They don't seem to be listed in the dictionary.
If you can't find one, could you just tell me what the event is for hovering over an object with the mouse?
Thanks for your help.

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: Event list?

Post by Mark » Wed Jul 07, 2010 9:41 am

p4tr1ck,

If you search for "mouse" in the dictionary, you will see all mouse-related messages (the Revolution term for event), including those you're looking for: mouseEnter, mouseLeave, mouseStillWithin.

Best regards,

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

Post Reply