Report Bugs Here

Moderator: Mmiscool

User avatar
By sadat007
#37685 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
User avatar
By Mmiscool
#37810 This has been correctly identified as a bug.

I just upload a new build correcting it. :D