Search found 1 match
- Wed May 07, 2014 6:11 am
- Forum: Talking LiveCode
- Topic: Livecode Flushevents Problem
- Replies: 4
- Views: 4578
Livecode Flushevents Problem
Hi there, I'm having some problems using flushevents in one of my programs. Participants have an option to click on one of two buttons to make a response (lets call them A and B). In order to stop repetitive clicking recording when the buttons are disabled I have put code: put flushevents (mouseup) ...