vohogames Posted September 1, 2015 Share Posted September 1, 2015 Hi to all,I am a computer engineer, developing Phaser games for fun Here is the link of my game. I am lack of professional design http://www.oyunta.com/animal-puzzle-hayvanlari-kurtar/Oyna/ With the same concept but different graphics http://www.oyunta.com/bloklari-temizle/Oyna/ I am open for any new design Best regards,Ozgur Quote Link to comment Share on other sites More sharing options...
vohogames Posted October 7, 2015 Author Share Posted October 7, 2015 The new url is http://www.oyuntt.com/hayvan-bulmaca-hayvanciklari-kurtar/oyna/ v2- added android application link- reduced angle rotation Here is the code for the link, one may want to use it create: function () {if (this.game.device.desktop || this.game.device.android ) {var gp = this.add.button(0, this.game.height- this.game.height / 3 , 'googleplayimg', this.openga, this, 1, 0);gp.anchor.setTo(0, 0.5);}}openga : function(){if (this.game.device.desktop ) {window.open("https://play.google.com/store/apps/details?id=com.vohogames.animalpuzzle", "_blank");}else{window.open("market://details?id=com.vohogames.animalpuzzle","_blank");}} Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.