Adressing Quick Controls

Ooooohhhhhh! I see now. Thank you so much. My understanding of lua coding is getting stronger and stronger everyday because of help like this. Much appreciated. I just have one question to make sure I understand how to address the proper objects. If I want to target the top layer (SIMPLE) quick control instead of the Engine layer I can’t use this.parent because it will default to the immediate layer or program that the script itself resides in? I would have to use…

Layer = this.program:getLayer("SIMPLE")

right?