Hi.
I am trying to create an event that triggers an Ad to display in a browser game.
The documentation for the SDK is only for the Construct 3 version but I need to do this in Construct 2, since my game is made there.
I've used the browser plugin with the action "execute javascript" and I've easily manage to install the SDK and call other simple actions.
The problem comes when I want to trigger this action, to display the Ad:
"await crazysdk.displayAd('midgame');"
The next action should be "Wait for previous actions to complete" and since C2 doesn't have that, I need a solution.
Any of you happen to have a C2 game on crazygames platform and already done this?
Would help me a lot, thanks!
This is the SDK documentation for Construct 3:
docs.crazygames.com/sdk/construct3