set_repeat_count
Description:
Sets the number of times the this should repeat.
If count
is 0, the timeline never repeats.
If count
is -1, the timeline will always repeat until it's stopped.
Parameters:
this |
a Timeline |
count |
the number of times the timeline should repeat |