Bl4ckSh33p's Forum Posts

  • Hi! I use a global layer for my HUD and tried to add a sublayer but when I put any sprites on it they are instantly invisible and locked in the editor. Is this working as intended and sublayers are not supported by global layers or is it a bug?

  • You do not have permission to view this post

  • I used the beta to build it and it works, thanks. :)

    IAP seems to work for now on my new app but I noticed that the enite app was stuck and not responding when I opened the layout with the IAP prices displayed.

    MobileIAP.ProductPrice("itemname")

    But now after about one day it seems to work and show the prices.

  • Thanks! I did search before posting (target api) but got tons of results that didn't match my search, so I created a new one.

  • Hi! Just tried to upload a new app to Google Play but after uploading my signed app bundle I get an error that it is targeting API level 30 instead of 31 and it does not let me continue.

    I use the stable release of C3.

    Tagged:

  • Ok, thanks.

    I found an Android app that displays only part of another website and tried to replicate this in C3: construct.net/en/forum/construct-3/how-do-i-8/hide-page-elements-iframe-171726

  • Thanks! So I can't use it to apply additional CSS rules to an external page I load? Or does this work with a global stylesheet I use in C3?

  • Hi! I tried to figure out how to use :not() with CSS to hide all things expect one part of an iframe. But after almost one hour its still not working.

    Does anyone know how to do this in CSS?

    And is there a way to apply this css only to the iframe in Construct 3?

    I want to hide everything except this part on the iframe:

    <section id="site">

    and on another iframe:

    <div class="detail-tabs">

    Does this work with an external page?

    Tagged:

  • Hi! The manual says you can add css files to use them with iframes. But how?

    I found no action to load or set a css file for my iframe.

    If I set the purpose to stylesheet it will apply to anything, right? So I want to use different css files without a purpose. But how do I load and apply them?

    From the manual:

    CSS files have a Purpose property in the Properties Bar. The default is Stylesheet which means Construct will use it as an additional stylesheet for your project. The purpose can also be set to (none) in which case its styles will not automatically be applied, and the stylesheet will merely be exported as an additional file on export. This may be useful if the stylesheet is needed for other purposes, such as for the content of an iframe.

    Tagged:

  • Couldn't find one how to set up google play for Construct. Only how to implement actions, but I know how to use the actions.

    The problem is the set up of play services in google play admin console. It asks for oauth and other things. But no clue what I have to enter to make it work in C3.

  • What ideas?

    After using hierarchy recently it seems like a great way to set up some premade layouts and then spawn a random room.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Did anyone recently add leaderboards and achievements to a C3 game? I'm still trying to figure out how to set it up on Google Play.

  • The oauth setup to connect to google cloud services asks for a SHA1 key for my keystore file. But to run the "keytool" I need to install the Android SDK first?

    It looks like the manual entry needs an update Ashley?

  • Hi! I just tried to add google play to my game project but the website looks totally different and asks different things I don't know how to answer. I need to create a oauth screen, oauth login credentials etc.

    How do I set this up to work with Construct 3?

    Any help would be very much appreciated.

  • Google play wants to know if apps targeting API LVL 33 for Android 13 use ad IDs in google play or advertisement plugin. Is this used by construct plugins?

    support.google.com/googleplay/android-developer/answer/6048248