Game Favorites's Forum Posts

  • 6 posts
  • I'm suffering from the same problem. I'm also now starting to see this message:

    This app is blocked

    This app tried to access sensitive info in your Google Account. To keep your account safe, Google blocked this access.

    Is anyone else getting this or is it just me?

  • I'm having the exact same problem. Must be something with google as I can't access my google adsense either

  • The destination out blend mode is excellent for creating a tool such as an eraser in a drawing app. I looked at the construct demo capx but I couldn't figure out why my eraser was a black square instead of doing what it was supposed to do. However, after a bit of fiddling around, this is how I solved the problem:

    Click on your layers (on the bottom right side of the screen) and then in the layer properties menu (on the left side of the screen) make sure that the Force own texture is ticked. That's it! Hope it helps :-)

  • Hi, I have added an in app purchase on my construct 3 game which I recently put on the Google Play store and it works perfectly so I might be able to help you with your project.

    1) Double click on a layout and add the MobileIAP plugin

    2) Double click on a layout and add the Google Play plugin

    3) Click on the Google Play plugin and in the properties window and on the Android ID box, type in your Application ID (Android) (e.g. com.companyname.nameofyourapp)

    4) System > On start of layout > MobileIAP > Add product ID "type whatever you want it to be" with type consumable or non-consumable

    5) System > On start of layout > MobileIAP > Complete Product registration

    6) GooglePlay > On signed in > GooglePlay request player details

    7) GooglePlay > On signed out > GooglePlay sign in

    8) Touch > (whatever object you want) > MobileIAP > purchase product ID "type in what you did on step 4"

    9) MobileIAP > Has product "what you typed on step 4") > do what actions you want to do... (e.g. hide banner ads, create extra level, change some global variables etc)

    Tip on step 4, make sure the product ID does NOT start with a capital letter or a number.

    Then when you export your apk and upload it to the google play console, set up a merchant account if you have not done so already and you can scroll down to the monetize section on google play console, select in-app products and click to create one. Just remember to put in the exact product ID from step 4 and set a price.

    Hope this has helps you and anyone else looking at this topic

  • When I use the CSS style to change the text to bold, it makes it all bold. I want to be able to make it so that only the new text typed is bold without it affecting what has already been typed in. Thanks

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • When I export my construct 3 project with a text input box to android, and I click on the text input box, it brings up a keyboard for the user to type in. Functionally it works OK but the appearance is not so good. The problem is that the keyboard doesn't overlay the screen - instead it pushes it up from the bottom and shrinks the app screen, making my text and everything in it a lot smaller and harder to read as well putting thick black borders on the sides.

    How do I get the keyboard to display over the android app without it interfering with my apps dimensions?

  • 6 posts