BigKabeza's Forum Posts

  • Hi there!

    I know this has been asked since long time ago, but now, with the new Construc3 runtime and other improvements...

    Is possible to load an audio with the File Chooser plugin?

    Somebody bring some light to the topic, please.

    :)

  • Thank you so so much. I appreciate it. :)

  • Solved!

    The problem was that I wrote on the properties of Mobile Advert the ID of the intersidial ad intead of the app id.

    When you do this, looks like the app it is not going to open.

    :)

  • Hi!

    I have an app where the user is supposed to dont touch the screen for long time, but soon the mobile falls into sleep mode.

    I know there is a plugin in the Master Collection that can acomplish this, but is there any free option or something I could do througt the events to prevent the sleep mode?

    :)

    Tagged:

  • I found the problem. If I delete the Mobile Advert plugin it opens again normally. Lets see if I find what is wrong with the plugin.

    :)

  • How are we supposed to guess?

    You are supposed to know if the same happens to your apps.

    When I said "nothing happens" I mean the app doesn't open

  • Hi there!

    I have upload 2 of my apps using the C3 version 197.2

    Everything looks fine and install properly from PlayStore, but when I click the icon of the app on my phone nothing happen.

    Anyone with the same promblem? Any clue?

    If you want to check, i talking about this 2 apps:

    play.google.com/store/apps/details

    play.google.com/store/apps/details

    Tagged:

  • Hi there!

    As I also have some problems creating the key inside Construct. I want to share with you and with others with the same problem a tip that allow you to build the apk quite easily.

    Requirements:

    -Have Android Studio installed (or just the tool apksigner)

    -Have already a keystore created (.jks or .keystore)

    1.Export your project as "unsigned release apk" (let´s call this GAME.apk)

    2.Keep a copy of GAME.apk and also a copy of your keystore (let´s call this MYKEY.jks) in the folder inside the Android Studio, where is the file apksigner.bat. In my case, apksigner.bat is in:

    AndroidStudio>sdk>build-tools>27.0.3

    So, inside this folder a have a copy of GAME.apk and a copy of MYKEY.jks

    3.Run the cmd (command console) and go to the folder where is the apksginer.bat, your GAME.apk and MYKEY.jks.

    4.Write this command:

    apksigner sign --ks MYKEY.jks --out GAME_SIGNED.apk GAME.apk

    when you press enter a message asking for you 2 keystore passwords will appear.

    A new file GAME_SIGNED.apk will be created on the folder

    Once you do it once, it is a quite fast method.

    Cheers! :)

  • Thanks for your help. You are the best! :)

  • Hi everyone!

    I usually save my project´s progress on the cloud, but today for some reason it gave me an error, so I decided to saved as "project folder" option.

    When I come back to work, uppps! big surprise. There is not a capx file on there, only a c3proj file, and I can not open that on C3.

    Anyone does konw if its possible to open this?

    Tagged:

  • There are a lot of ways to do that but you can try with "pick by uid". Every sprite have a different ID and you can use that to make your comparations.

    https://www.construct.net/es/make-games ... conditions

    Look for "Pick" section

  • I dont know if you write wrong on purpose. But pack have to have 3 parameters com.yourcompany.yourgametittle

  • Nice nice nice!

  • Interesting

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Yes, it is. I love it