Search found 5 matches

by kjon2010
Mon Jan 19, 2015 1:59 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: help with cancelling and reinstating send command....
Replies: 5
Views: 3803

Re: help with cancelling and reinstating send command....

Thanks Simon, I never realized that the message box could do that!

So i now have confirmation that the messages aren't being cleared.....is there a sure fire way to clear handlers?
by kjon2010
Tue Jan 13, 2015 5:01 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: help with cancelling and reinstating send command....
Replies: 5
Views: 3803

Re: help with cancelling and reinstating send command....

HI Craig thanks for the quick reply, my code is below (apologies for how convoluted it is.....) global condition, btrial, gfilename, path2, order, startmilliseconds, endmilliseconds, trial, timingcondition, buttonresponding, RTMS, endticks, startticks, startreadingtimeticks, endreadingtimeticks, sta...
by kjon2010
Tue Jan 13, 2015 2:27 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: help with cancelling and reinstating send command....
Replies: 5
Views: 3803

help with cancelling and reinstating send command....

Hi All I have a program where people are under a time constraint to answer a question. Once the question is displayed they have 5.5 seconds to respond (a response is a keypress), after 3 seconds they get a warning msg saying that time is almost up, and after a further 2.5 seconds they are timeout, t...
by kjon2010
Thu Jan 09, 2014 5:51 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Set the loc of graphic to random point on a circle
Replies: 5
Views: 4260

Re: Set the loc of graphic to random point on a circle

Thank you so much!!

This problem has been bugging me for longer than I want to admit and your code seems to be working perfectly!
by kjon2010
Tue Jan 07, 2014 12:53 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Set the loc of graphic to random point on a circle
Replies: 5
Views: 4260

Re: Set the loc of graphic to random point on a circle

Hi Splash21 Your code is great, and by far the closest to what I am looking for for my program. Currently your code returns the point (or rather places a small circle at the point) of a specific angle of a circle. In my program I have the point but need to know the angle, i.e. people click on a cert...