0

Is it possible in Construct2/3 to make a function call to web page and give a callback function name to web page so its called later?

Tom
  • 6,725
  • 24
  • 95
  • 159

1 Answers1

0

Use this syntax: c2_callFunction("get_score")

Tom
  • 6,725
  • 24
  • 95
  • 159