Ahhhh thanks a lot! Just what i Needed! I have a few cases where this might be useful. Didn't think about calling the function itself at the end
Keeps things tidy, and limits the amount of listeners and Top level events, so i guess quite good for optimisation purposes as well.
Easily controllable with function params as well so very flexible. Thanks a lot!
On "fade_in":
--- IF opacity < 100:
--- --- Add function.Param(0) to opacity.
--- --- Wait function.Param(1) seconds.
--- --- Call function "fade_in" function.Param(0),function.Param(1)
Perfect!