functions and animation looping

  1. If I have my global function in scene function will I be able to access that function in other scenes? (I don’t need that)

  2. How to loop an animation, because loopDirection = bounce doesn’t work?

PS.: I know what I just could make that global function into local, but it would be easier to leave it global (without “local”).