Adding runtime listeners in external modules with storyboard

Hi everyone,

I was wondering if it was possible to add runtime listeners in an external module using storyboard.  I’m currently just trying to parallax scroll one floor object, remove it, then add another one from an external function call which will add it and add the runtime listener in the same function.

All I need to know is how to add a runtime listener in external modules.  I’ve tried a few things and I’ve found that I can remove a listener easily but I only seem to be able to add a listener inside the current scene module that I’m in.

Any thoughts?