Klaus wrote:Hi James,
you need to declare a GLOBAL in every script you use it!
This should do the trick:BestCode: Select all
on mouseDown global showtime put the milliseconds - showtime into line whichline of field 1 nextturn end mouseDown
Klaus
Klaus,
Thanks so much. Works great now.
James