rcmedy2's Forum Posts

  • I guess it's curated. When the staff sees an app has a good user engagement, perhaps. I heard it's very important for ranking.

    Did you check user engagement datas sometimes ? That's what make the difference when it comes to play store algorithms.

    https://techcrunch.com/2017/02/28/googl ... ing-games/

    It would be interesting to compare, in order to understand what is "good retention"...

  • You did a request to be featured ? How does it works with Play store ?

  • Very interesting topic, Thank you !

    Beast Attack is great ! 850 000 downloads, that is really cool ! Did you promoted your app with advertising ?

  • Hi

    I m trying to upload games to Itch and Gamejolt but it's like they find any files. On Itch I can upload the zip but nothing appears on the page. On Gamejolt, no zip file is found so I can't upload nothing.

    I tried with a blank template, same problem. Is there someting I missed with the pocess of eporting to HTML5 ? I just export to HTML5 and zip my files containing an index file. What's wrong ?

    Thanks

  • Hello,

    Didn' understood how to upload an HTML project. How you do that ?

    ps : is it working if my project contains an xml file ?

    Thanks

  • Hello,

    I m trying to upload a game to the Scirra Arcade but i get this error message :

    "Files without any extension are not permitted (dialogs)".

    My file is the win zip exported from C2. I didn't change anything.

    Does someone know what the problem ?

    Thanks

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hello everyone, my name is Romain Courtois, artist and indie game designer living in France. I would like to introduce my project. I made little mobile games before. This is my first game for PC and Mac. An experimental puzzle game with point n click elements.

    Education of an Android

    An android endowed with an artificial heart capable of feeling emotions.

    > Download Demo here <

    Screenshots:

    Pitch:

    A company specializing in robotics is working on an artificial willpower project. An android who thinks and acts

    according to its emotional state thanks to a synthetic heart allowing to feel emotions.

    The player will have to complete a series of tests conducted by its creator to perfect its sensitivity.

    Gameplay:

    The game stands out for a unique gameplay inspired by the range of emotions by the American psychologist Robert Plutchik. Eight basic emotions (fear, anger, joy, sadness, boredom, disgust, envy and surprise) that react to the stimuli offered by the world and open up new possibilities.

    Emotions:

    The dashboard is inspired by the Wheel of Emotions created by the psychologist Robert Plutchik. He believed that there were basic emotions, similar to the primary colors, which could provide more complex emotions when combined. I found it interesting to apply this system to an architecture of difficulty. The aim of the project is to cross the range of human emotions, from the most basic to the most sophisticated. Despite this theme, which might seem serious, the result should be simple, quite short, and fun to play.

    Moodboard inspiration:

    Music:

    The music aspect will be very important, as it will allow the player to feel the emotions "physically". For now, they are just variables within a computer, cold and devoid of color.

    Romain Courtois

    @Rcmedy

  • Ok so I finally used instances

    Thank you

  • Hello

    I would like to create many buttons using "sprite font" with a unique font. It would be more handy if i can create new object each time so i can name every object.

    But I wonder if this would be more CPU intensive than just copy / paste. Somebody got information about that ?

    Thanks

  • Thanks

  • Hello,

    How do I pick object on top when several objects are overlapping ?

  • I see. Thank you TwinBlazar

  • Hello everyone,

    I m quite beginning using Else condition, so not sure how to use it correctly.

    Here is what i am doing :

    This is not working (in fact working if there is only one condition above, ex: CurObjet=151)

    I would like Else to run when conditions CurObjet =151 and CurObjet=12 not true

    I am missing something but don't know what. Does Else only works if just one condition above ?

    Thank you

  • 99Instances2Go I didn't understand what you mean with sub events

  • Thanks for your replies

    (I just noticed my second action was wrong... It's not "add Bird.ChronoCount to Joie_Count" but just add 1, otherwise it increases exponentially).

    I tried with SimoneT solution , it's working but I have now an issue if I want to stop adding. It's only working when "Every tick", if "every 0.05 sec" the global value doesn't stop exactly at the same time of the instance value. I would like to manage the speed of adding. I have something like that :