Function Parameters

I have a parameter in my newly defined Function that accepts an Object Sprite. From the Event sheet I call the Function, passing it a Sprite and the Function moves the Sprite as required OK.

But when I attach the physics Behaviour to the Sprite, I believe I also need to add the same Physics Behaviour to the Parameter inside the Function.

But how do I do that please?

It’s OK. I realize now the Behaviour of the Sprite DOES get passed to the Function parameter.