I used the integration of Google Play Game for it. the advantage is that it is not necessary to request the user name and there is already a screen to check the score online
I used the integration of Google Play Game for it. the advantage is that it is not necessary to request the user name and there is already a screen to check the score online
What would be nice, if there was a step by step video on this. Non matter what I do with the example Sparckman post and I thank him for posting it, I just can't get my head around it.
nice guide, i didn't really find it difficult to implement in the first place BUT what i would love is to see a hi score table that goes higher than 10. I spent hours re editing the php and mmf2.5 to get it to work but gave up in the end..
Edit config.php
If you can't figure out after post a new thread under fusion 2.5
Here is an simplified example how to add new fields
to the string phaser.
http://community.clickteam.com/threads/86566-PHP-Data-Display-Fusion-2-5
How to show more scores in exemple file?
I changed $score_number = '10'; to $score_number = '20'; in config.php., I created 3 more String objects with their configs
but .MFA still shows only 10 scores
Excellent job!
Thank you very much!
![]()
Excellent job!
Thank you very much!
![]()
Look In the Mfa and add 10 more strings. . You can clearly see only 10 strings to begin with.
Hi Sparckman,
A silly question, as it modifies the frame 1 to send the score of the player 1? I'm very bad with expressions in Fusion...
Thanks in advance for your answer,![]()
First of all, gigantically huge thanks to Sparckman for doing all of this!!!
But I'm getting a weird issue and I'm not sure if it's my server or not. Everything works great the first time I use it, but if I go to another frame, then back, the scores are all 0, the dates are gone, and the only user name is: online
This happens even if I add a frame to the demo file. Add a frame, add a button to the original frame and the new frame, then make it so the buttons take you to the other frames. Run the app and the scores come up, then click to the next frame, then click back to the first frame and the scores are gone. Does anyone have any idea why? Thanks.