Dave,

Hi, I don't get multiple entries for the same one second interval. But if I change the script to 2 seconds then it will start with even numbers and after a couple of iterations it will end up odd numbers (and vice versa).

So I guess the real question is "Is a second really a second?" and I would guess for some scripts the answer is "No".

Hmm,
Tom McGrath III

On Oct 2, 2008, at 7:32 AM, Dave wrote:

Hi,

I have a test stack with one button and one field, the Button Script contains:

on TImer
put the seconds & cr after field 1
put the openStacks & cr & cr after field 1
set the scroll of field 1 to 9999999

send "Timer" to me in 1 second
end Timer


on mouseUp
put empty into field 1

send "Timer" to me in 2 seconds
end mouseUp

When I look at the result in field 1, I see

1222946339
<<Stack List>>>

1222946339
<<Stack List>>>

1222946339
<<Stack List>>>

1222946340
<<Stack List>>>


How can the seconds property be the same 3 times in a row, when there is a one second interval between message Sends???? Other stacks are doing stuff, so I can see that there might be a >1 second interval, but not <=!

All the Best
Dave


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

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

Reply via email to