Anonymous user
Scripting, Code & Interaction: Difference between revisions
Jump to navigation
Jump to search
→Slowing down your loops: float note
*>SSH (→Error: "(line xyz): incorrectly terminated character constant": added new String note) |
*>SSH (→Slowing down your loops: float note) |
||
Line 179: | Line 179: | ||
First off, there should already be a '''Wait();''' statement in your loop during each iteration. And to make the loop run slower, simply make the value inside '''Wait()''' higher. The higher it is, the longer it will delay. Simple as that! | First off, there should already be a '''Wait();''' statement in your loop during each iteration. And to make the loop run slower, simply make the value inside '''Wait()''' higher. The higher it is, the longer it will delay. Simple as that! | ||
You can, however, now use '''float''' datatypes, so you can make your loop variable increment by whatever fraction you wish. | |||
==Creating your own custom functions== | ==Creating your own custom functions== |