pass
Any other suggestions to pass a sprite to be created/positioned to a function?
didnt fully understood what your issue(s) was, but if I understood correctly:
pass to function MyFunction
parameter 0: sprite.X
parameter 1: sprite.Y
the function:
myFunction: create sprite on: Set Position
x: call 0
y: call 1