Example of Odd Object Looping Behavior
Original Post
The link above leads to the original post where I asked for help with this issue.
Basically what's happening is this:
I'm trying to loop through objects to assign values. The values are assigned to AGB, taken from the objects being looped through.
The looping is NOT looping through all available objects though, it only gets one of them.
Re: Example of Odd Object Looping Behavior
Hmmm, looks like the file didn't actually attach, sorry folks. I'll have to try to figure out how to attach it.
Re: Example of Odd Object Looping Behavior
If you switch to the Full Reply Screen, you should have a link to a "File Manager" popup, where you can browse for a file and attach it. Once you've clicked "Done adding files" it should be counted in the main window.
2 Attachment(s)
Re: Example of Odd Object Looping Behavior
Re: Example of Odd Object Looping Behavior
It appears that the value spread is broken somehow... Adding:
* On Group Activation
> Brick: Spread Value in moveIndex
Right before starting the loop seems to fix it.
Re: Example of Odd Object Looping Behavior
Huh, that did the trick... thank you very much!