I'm trying to loop through all instances of an object. If I create the variable changeTextLoop as a global variable, it loops correctly. However, if I create it as a local variable under the testResetLoop group, it doesn't loop. Could someone tell me why this is? A sample capx is below.
Change multiple text objects.capx