I'm trying some tests with functions to understand them better. In this example, I'm calling a function that creates a box. Within that function is a call to another function to immediately change its opacity.
When I call the function "createbox", the box is created, but the opacity isn't changed ("fader" is not working). However, if I remove the "fader" call and assign it to its own key (like 'On F released, call "fader" (green), then it works. But, shouldn't it also work within the "createbox" function? Thanks.
[attachment=0:1xqg3zsj][/attachment:1xqg3zsj]
[attachment=1:1xqg3zsj][/attachment:1xqg3zsj]