Nwadkgames's Forum Posts

  • Also, here is the link to download the Java that I use. http://www.oracle.com/technetwork/java/ ... 45-oth-JPR

  • Download Java 6 to to Sign using "Jarsigner" and any other java's "Zipalign" will work. I am going to link you to a tutorial that is very informative, and if you need any more help, just PM me!

    Java 7+ is having signing issues, so use 6.

    Here is the link to the tutorial. Again, any more questions PM me or ask them here!

    https://www.scirra.com/tutorials/861/ho ... apk?page=2

  • When I use CocoonJS's wrapper, I tried the new CocoonJS Google Play plugin, but when I try to use Crosswalk, I use the new Scirra Plugin. The Tutorial for it will work with an older release of Construct 2, but I rely on a lot of the new features, so I cannot roll back to an older version without losing some features. Thanks for the responses guys.

  • Oh awesome! Did not know there was this podcast! Going to give it a listen right now!

  • From the way I am understanding this. You want to create a new layer and set it to initial visible to invisible, and have the touch event make the layer visible and then have the light source be created on the newly visible layer.

  • I use a font that isn't on mobile phones. I don't use Sprite Fonts, what I do is add the font.ttf to the "files" in your project manager panel in Construct 2. You can copy/paste the font from your control panel > Fonts folder. The font I have in my game now works on all devices it is installed on and doesn't revert to some generic font.

  • I have tried it, it signs in and posts to the leaderboards, but I cannot get it to show the leaderboards when I click it.

  • Windows has a nice tool called the "Snipping Tool" that I use to screen shot parts of the event sheet for theforums. Also, hit your print screen button on your keyboard, and open Paint on your PC or Photoshop or whatever you use, and just paste there.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • I compiled the app and got a working APK of the game. When I go to leaderboards, it signs you in, but doesn't show the leaderboards. I think the posting of the leaderboard is working because in my dev console it is showing a score submitted.Any idea as to why the leaderboards aren't showing? Am I doing something wrong? If so, please help! <3

  • I haven't built an apk since trying this. I will do that though and follow up here if it works. I was able to post a score to the leaderboards though using the "run as admin" preview.

  • can you upload a .capx file so I can see first hand what is happening?

  • Yeah, if you are referring to the App ID, Client ID, and Client Secret. Also double and triple checked to make sure they are correct.

  • How I handle the performances on different devices is a settings menu where the player can set the animations to On/Off, also the background scrolling sky can stopped. Also have the clear background turned off because I have a background covering. That was the biggest improvement that I have done. Amazing differences in the fps since turning that one setting to off.

    Also, play around with the "Compare two values" and have it compare the "fps" to a number, and if the number drops below your threshold that you set, have it then set the animation speeds, and such.

    Also, you can mimick a resolution change by setting the canvas size to another resolution by touching/clicking a sprite/button. See image that I am posting. by clicking/touching the sprite8 on my layout, it would set my resolution to 100x200[attachment=0:2ipmrcvy][/attachment:2ipmrcvy] I hope this helps!

  • I have looked everywhere on the forums and cannot find anything up to date on the matter, but here is my issue. I have the new beta build of construct 2 (r185), and trying out the Google Play Leaderboards. This is something I have been trying to impliment for a span of days and keep getting stuck. I have finally got the scores to post! YAY!! But I cannot figure out how to view the leaderboards in game, atleast on the preview. I have my http that the game tests on added to my testing addresses, so that allowed the scores to post. I can't figure out how to make the leaderboards show up in game though.. here is some screenshots of my latest attempt. [attachment=0:1f8c38m0][/attachment:1f8c38m0]

    This is the only thing that's holding me back from releasing my leaderboard update for my android app.

    Thanks in advance!

  • Just a follow up to see if you have checked it out. I now have 11 downloads and 1 uninstall, though the uninstall was from me on my phone when I was doing some webstorage testing.