Lernox's Forum Posts

  • Topdown 2D or not? =)

  • Comment sent on one of your instagram post ;)

  • Hi, i can help you for free if you want (but im french xD)

    I did some times ago a GTA like project, you can see it on : https://www.youtube.com/watch?v=yqAHeDD6Ozg if you want =)

    Contact me on discord : LernoxFR#5016 or mail : lernox.megadosbup@gmail.com

    See you =)

  • Hi

    Do you have discord?

    Contact me : LernoxFR#5016

  • Someone can help please? ^^

  • :/ Help! xD

  • Hi!

    I have a little big problem :'D

    I tried to export my app but i got error :/

    No details. Tried with 3 differents keys. Same thing.

    Restart construct 3 : Same

    Same error for Bundle App Signed

    No errors when non-signed

    Can someone help me? Thanks a lot!

  • Thanks for answer, but why this affect only this Scene?

    My 5 others games maked with C3 works perfectly on my device :/

  • Hello, for start, sorry for my bad english :P I hope you will understand my problem x)

    When i launch my APK (android debug apk), my app crash.

    Rapport :

    This crash appear when the scene "Main" (first scene) starts. After loading screen.

    But this appear on 70% of cases, sometimes, the game starts normally, without bug.

    In C3 editor, 0 bug. Preview 100% work.

    This is not problem with my phone cause i tried on 3 differents phones. Same bug.

    This is not problem of export cause i tried with 2 others game, that works fine.

    I did a lot of tests and i noticed that the problem comes from the scene "Main".

    So, i tried to start the game from another (empty scene) scene : 0 crash

    Then i tried to switch to the scene "Main" from this empty scene : crash :/

    So, i removed this empty scene and i disabled every events on "Main" event list : Crash

    Then i selected " Noone " on paramater of "Main" for eventlist : Crash.

    Im lost :'D Dont understand where the problem is coming from :'(

    Maybe from layers? Its really stange. I hope someone could help me. Thanks a lot!

    Project link : drive.google.com/file/d/1SEZT6_eVfAZKNiBdoJTZ-cTzZe3-Xv8x/view

  • Hi, sorry for my english , im french xD

    I have a question:

    I have a multiple instances of an object "banana" , and banana is on family "Food"

    When LMB is pressed and mouse is on Food, the variable "selected" of Food change to "true" so its change the variable of banana where mouse is on.

    When Food selected is true -> Make Food.xy on Mouse.xy

    How can i said this : If 1 Food is already selected then its not possible to select an other Food?

    Because currently, if i select an banana and i moove with it on another banana, it select it too -> 2 Food are "selected"

    Thanks a lot!

  • Ok ;) J'aurais bien voulu t'aider mais j'en ai pas la moindre idée pour ton problème :s

    Translation added by mod:

    Ok;) I would have liked to help you but I have not the slightest idea for your problem: s

  • Tu es français?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Use google translate French -> English:

    Tu ne peux pas mettre de condition " A l'application fermée ..."

    Car si l'application est fermée alors aucune action n'est possible.

    Il faut que tu mettes tes actions de sauvegarde sur les conditions qui ferment ton application.

    Exemple:

    Si bouton_quitter est appuyé alors:

    - save

    - close app

    :) C3 lis les actions dans l'ordre donc il faut juste que tu fasse l'action de sauvegarde avant la fermeture de l'application, c'est tout :) J'espère t'avoir aidé ;)

  • up please

  • Hi, i have a little problem. How can i select an bollean variable from an value of another variable? If crafteditem = knife then set player.knife to TRUE?

    I can do it manually :

    If crafteditem = knife then set player.knife to TRUE

    If crafteditem = axe then set player.axe to TRUE

    If crafteditem = bow then set player.bow to TRUE

    but how can i set it automatically?

    If crafteditem = [X] then set player.[X] to TRUE?

    Thanks a lot for help ;)