raimondsgr 发表于 2024-1-13 19:29:25

Calling APIs using JavaScript

Hi there!

For games, which are published on Web, is it possible to use trigger command in order to call APIs using JavaScript? Being able to call web APIs from inside the game would provide great opportunities for e-learning applications. Maybe someone can suggest the steps needed to use trigger command to achieve something as simple as displaying an Alert Box using the following JavaScript method:


alert("Your text goes here...");


Regards,
Ray

页: [1]
查看完整版本: Calling APIs using JavaScript