mariante Posted March 29, 2017 Share Posted March 29, 2017 Hello all, I'm actually doing a service system to my company with Phaser. So then I want to export this, because the client will fill the truck with his stuff and I'll create a SAVE button to export this to my email or to a server so I can read what the client want to take in the change. Sorry for my english... Is there any way to do this with Phaser like i'm doing or you guys recommend me other framework?! Thanks in advance! Link to comment Share on other sites More sharing options...
mariante Posted March 30, 2017 Author Share Posted March 30, 2017 An example of what i want to do with PHASER http://www.aasoberana.com.br/simulador/simulador.php?site=asoberana Link to comment Share on other sites More sharing options...
Henrique Posted March 30, 2017 Share Posted March 30, 2017 Try (jquery): $.post("<SERVER_URL>", {objects: objects}, function(result){ alert('Done!'); }); Remember, you still can use javascript / libs / frameworks. In my personal projects, I use angular to do things that are not part of the game logic. mariante 1 Link to comment Share on other sites More sharing options...
mariante Posted March 30, 2017 Author Share Posted March 30, 2017 Hi Henrique, I'll try some stuffs.. Have you an AngularJS doc that can help me? Thanks Link to comment Share on other sites More sharing options...
Henrique Posted March 30, 2017 Share Posted March 30, 2017 At the time I used version 1.x. Take a look at this link. I hope it helps with something. Link to comment Share on other sites More sharing options...
mariante Posted March 30, 2017 Author Share Posted March 30, 2017 Thanks mate i'll try some codes later.. (pode me add no facebook henrique? facebook.com/pablomariante) Link to comment Share on other sites More sharing options...
Recommended Posts