mathie's Forum Posts

  • tarek2 thanks for your answear,

    So it's more like something like this?

    Because "fini" object only spawn in the first miniature.

  • Hello,

    I have a family "miniature" who group all the picture of my levels.

    When a level is done, it changes the value of an array.

    What I want is to create a sprite "fini" on the level miniature who are done.

    I create a specific point of image in each miniature.

    My question is I strugle to find the right typo to create the level on the miniature.

    Can someone help me please?

  • Hello,

    To make a button mute unmutted sound. I create a boolean. If the boolean is set players have sound during the action.

    Problem is the sound happen after all the other event. How i make it happen earlier to not make it sound weird?

  • You can't just mash a bunch of tags together. Either give those sounds the same tag, or deal with each individually.

    Thanks for your answear. I did that. It works for music but nor for the "sound".

    Have you an explanation?

  • Hello,

    I have the same problem. The mute unmuted doesn't work at all.

    I also tried with an

    "else" but nothing changes, music and sounds play

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • My banner ad is really small compare to the syze i planify.

    How do i change the banner syze. Is it in construct or admob?

    I didn't find anywhere this option.

    On admob website it seems that it's when you code the banner. So it would be in construct?

  • Thanks, i will take a look to your channels, that's exactly the kind of game i'am trying to make :)

  • I follow a tutorial who indicate to input the "trigger once".

    Isn't what i did with:

    *create rewarded video

    *when video advert ready => show video advert

  • those banner and ads will never show.

    don't use triggers inside trigger (once)

    I delet all the trigger once, but it doesn't work.

  • When you say nothing works, are you trying it on a mobile device?

    I tried it by exporting the project in cordova and it doesn't work.

    Is there a special way to test the adds?

  • Well, i'am trying too use admobs to make appear banners and adds but nothing works.

    If someone know what if forget?

  • All my "miniatures of level" are in a family "miniature".

    I create a local boolean "niveaufini"

    When the level is made. The boolean became true.

    When the boolean is true it create a sprite on it.

    But it doesn't work.

  • Hello,

    I make a puzzle game with a 100 of level.

    There are 4 differents layouts to select the level where player see small picture of the level.

    Once the level is done I want to input a symbole "succed" on the miniature level.

    I don't know how do that. Does some of you have advice?

  • The problem is everytim i change layout the music start again at the begining.

  • Hello,

    In the game the game there is a background music and some various sounds.

    In the "option menu" I put two button, one to stop the music and one to stop the sounds.

    The problem is if I use a "sel silent" it silent everything, not oonly one of the two.