Amount to increment by. Use negative numbers to start counting down
Lower bound (inclusive)
Upper bound (inclusive, must be greater than start)
Optionalstart: numberStarting point within bounds (defaults to lower)
Optionalrounding: numberRounding is off by default. Use say 1000 if interval is a fractional amount to avoid rounding errors.
Ping-pongs continually back and forth a
loweranduppervalue (both inclusive) by a giveninterval. UsepingPongPercentfor 0-1 ping-pongingIn a loop:
Manual: