Basic question about behaviors

Bob Sneidar bobsneidar at iotecdigital.com
Tue Aug 25 18:52:07 EDT 2020


This Me only works in the behavior script, not the button script. Not sure if that helps.

Bob S


On Aug 25, 2020, at 3:48 PM, William Prothero via use-livecode <use-livecode at lists.runrev.com<mailto:use-livecode at lists.runrev.com>> wrote:

I assumed the script would be:
on mouseUp
  put  this me into theName  —theName is blank.
end mouseUP

However, it gave me a blank.

I found that this works, though.
on mouseUP
  put the exectionContext into theName
end mouseUp

Thanks,
Bill

William A. Prothero
https://earthlearningsolutions.org<https://earthlearningsolutions.org/>



More information about the use-livecode mailing list