Expand my Community achievements bar.

reference functions inside un untitled script object

Avatar

Level 6

Hello,

Does someone knows how to reference a function inside an untitled script object?

thank you

1 Reply

Avatar

Former Community Member

xfa.resolveNode("#script").functionName()

You should always name your scriptObjects ...it makes accessing them much easier.

Paul