romanos8's Forum Posts

  • 8 posts
  • Oh Man I think you saved my life, yes I can create the certificate

  • Thanks for your reply. I think yes because I just download the xdk 2 days ago. I will check right now.

  • For example how can I import my construct 2 app into the Studio?

  • Please can you guide me how to get the KeyStore File?

  • I am trying to follow this tutorial :

    https://www.scirra.com/tutorials/71/how ... gap/page-1

    But phonegap is asking for a KEYSTORE file.

    How can I get the KeyStore file ? .

    Please help me

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I am working with Intel SDK to convert the construct 2 project into an android app but the Intel SDK is asking for a Android certification. Do I need to take an exam to take this certificate ?

    Can I publish my app in Andriod without this certification?

  • Thanks but how can I do it? I mean I dont know how to create the Number Variable in "Contructs 2" .

    Make a new number variable, we'll call it randomText. Then on gameover we set the value of it to floor(random(10)) - that will allow us to put in 10 random phrases, just change that number if you want more or less.

    Then:

    if randomText = 0: set text to "great job"

    if randomText = 1: set text to "you are awesome"

    if randomText = 2: set text to "no doubt you are the best"

    etc.

    Just bear in mind that with floor(random(10)), your ten possibilities are stored in 0-9, value 10 will never come up, because the floor() function is rounding numbers for you

  • I am a newbie, in fact this is my first day in gaming development so I need your help guys. I want to know how to add a list of phrases for example:

    "great job"

    "you are awesome"

    "no doubt you are the best"

    and display one randomized phrase in the Game Over screen. For example each time the gamer finish the game the gamer will see a different phrase in the gameover screen.

    I have in mind a large list.

    Please remember that I am a new corner.

    Thanks for your help and also for this great opportunity to become a game developer.

  • 8 posts