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

_______________________________________________
use-livecode mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to