playMaker

Author Topic: Highscore, quick & easy recommendation for Playmaker?  (Read 2546 times)

4ppleseed

  • Full Member
  • ***
  • Posts: 226
Highscore, quick & easy recommendation for Playmaker?
« on: May 13, 2013, 05:02:44 PM »
Hi all, have any of you got online highscores working via Playmaker? I've seen a few Assets but don't know if they will make things more complicated. I think I have PHP support with my webhost - how do I pass the final score variable to PHP via Playmaker etc?!

Thanks

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Highscore, quick & easy recommendation for Playmaker?
« Reply #1 on: May 14, 2013, 03:43:29 AM »
Hi,

 if you know how to program php/mysql, then within playmaker it's very easy, you simply send a url with GET variables using wwwObject action. and you can get info back into playmaker using the same action and store the returned text into the variable "StoreText".

 I have some UniWeb custom action cooking as well as Json parser, but it's not yet ready for this forum, pm me if you need them.

bye,

 Jean

PolyMad

  • Hero Member
  • *****
  • Posts: 545
Re: Highscore, quick & easy recommendation for Playmaker?
« Reply #2 on: May 14, 2013, 04:02:41 AM »
Cool.
I'll need to read and write to my database as well on the coming month, when I'll finish the main game prototype.