using "preOpenStack" in card script

Paul Dupuis paul at researchware.com
Tue Nov 22 16:40:41 EST 2016


On 11/22/2016 4:15 PM, Sannyasin Brahmanathaswami wrote:
> on mouseUp
>   preopenStack
> end mouseup
You have to send the message using send or dispatch (or call - see teh
dictionary for differences between these three methods). So:

on mouseUp
  send "preOpenStack" to this card
end mouseUp




More information about the use-livecode mailing list