-->
Page 1 of 1

timer first fire with zero delay

PostPosted: Sat Jan 02, 2016 6:19 am
by sadat007
Dear, I really like and will support/suggest you in future with my small technical skills.
I just started working with your interpreter and found one issue. The TIMER first trigger occurred with zero delay and then continue as per xxxms time that you specified. I think first trigger also occurred after specified time.
With following example "Doing Some Stuff" branched as I press RUN. It should branch after 5sec. Am I correct?
Thanks Dear!
-------------------------
timer 5000 [do.some.stuff]
print "going to do some stuff in a bit"
button "Click me to exit" [Exit.ThisThing]
wait
[do.some.stuff]
print "Doing Some Stuff"
wait
â`‹
[Exit.ThisThing]
end

Re: timer first fire with zero delay

PostPosted: Sun Jan 03, 2016 3:27 pm
by Mmiscool
This has been correctly identified as a bug.

I just upload a new build correcting it. :D

Re: timer first fire with zero delay

PostPosted: Mon Jan 04, 2016 7:42 am
by sadat007
Dear, Thanks for quick response but problem still same
.