1. I have a Sprite with a Lens effect on it. I want to change the Lens Magnification factor inside a python script.
1a. Is this possible?
1b. If so, what is the syntax for accessing an effect's variables from within a python script?
2. I have a Sprite with a Lens effect on it. I have a text box, whose text should be set every tick to the Sprite's Lens Magnification factor. So I want an "Always" Event with a "Text: set text to [Sprite Lens Magnification factor]" action.
2a. Is this possible?
2b. If so, what is the syntax for accessing an effect's variables from within an expression?
Note that for all questions above, the Lens effect is just an example. I'm really interested in effect variables in general.