Instead of using the wait () secs block, the repeat () block can be used to wait a certain amount of time that will change depending on the quality of the computer. Please let me know if this was any use to you.
~asuul714
Offline
Yeah, the Repeat () block can be used for very short pauses. RHY3756547 used it a lot.
Offline
Another thing that I like to use for synchronising projects (e.g. making a sprite's mouth move in time with a sound) is this:
[blocks]<wait until><( <timer> <>> number )>[/blocks]
I also use empty repeats for short waits
Offline
Wow, I didn't know this! Thanks for the information. I always used wait 0.001 seconds or something like that.
Offline
Statistically, the repeat block takes about 1/40th of a second if you have an empty repeat 1. Repeat 2 would be 2/40ths, and so on. Except for the fact that the higher the number, the more lag comes. A repeat of 40 times repeats 40.404040404 times per second, whereas 100 repeats somewhere near 39 times per second. I have failed to test 1 time because the result is a crazy number that is about 333
Offline