Search found 3 matches
- Fri Nov 11, 2016 7:57 pm
- Forum: Talking LiveCode
- Topic: Button use while script is running
- Replies: 17
- Views: 10427
Re: Button use while script is running
The problem is not that the start or stop button doesn't work, it's that I can't click anything on the stack "the other button to pause the script for enough time for an answer to be entered" while the script is active. it will let me use the button after the script has run its course, but I would l...
- Wed Nov 09, 2016 7:19 am
- Forum: Talking LiveCode
- Topic: Button use while script is running
- Replies: 17
- Views: 10427
Button use while script is running
I can't seem to be able to use the buttons that I programmed to stop a script from running. I have a certain script that runs numbers starting for example at 1 and going to 100 I have tried to create a button to stop the script from running when the player of the game desires. However, the button is...
- Wed Nov 09, 2016 5:01 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: button not active until script is complete
- Replies: 1
- Views: 1707
button not active until script is complete
I have a script running via a button, button A. I want to use another button, button B, to set a global variable that the script in button A will test. Currently button B does not get executed while the script in button A is running. How do I make button B active while button A is running a script? ...