Hi everyone,
I'm a beginner when it comes to building construct 3 projects. I've built a game that allows users to collect items. Once they collect enough items the game lets the player know that they've unlocked a bonus score.
The way it's going to work is that the game is going to be deployed by another developer using an app. That developer wants to take the bonus score and allow the player to enter a form to register for a competition.
My question is this. I have a boolean within construct 3 that changes to true in the event the player collects enough items. Is there anything I can do to return some kind of value that the other developer can then take?
Ie. if the bonusScore unlock is true, a function returns a variable that the other developer can grab and then send the player to the next page.
I hope that makes sense
Many thanks