mathie's Forum Posts

  • Thanks for your answear.

    No, I have nothing like that for the moment.

    Might it work with a youtube channel or a forum?

  • Hello,

    I want to use banners with admobs in my game.

    To test and export with cordova. I receive an error message.

    So i wonder what is the privacy policy url and where i find it?

    Thanks for the help.

  • Not sure what you mean by array.

    You can create a Google Form for feedbacks and bug reports, and simply redirect your players there.

    I fond a tutoriel you did, thanks :)

    Did it works also for construct 3?

    I might have done something wrong, it doesn't work when i test.

  • Not sure what you mean by array.

    You can create a Google Form for feedbacks and bug reports, and simply redirect your players there.

    My message disapear.

    Yes i was thinking to somethng like this.

    It is possible to use it with construct i assume.

  • You need to use Browser action "Open URL" or "Go to URL" with the following link:

    mailto:abc@gmail.com?subject=Bugreport&body=message

    Use URLEncode() expression to encode the subject and body message if needed.

    Note, that this will not automatically send the email. It will only open an email app on user's device and compose the email for sending.

    .

    Another option is to use an online service like sendgrid.com (the first one I found in google).

    Ok,

    I think it might be better if it send directly a message, no?

    Maybe i should take a look at array?

    Or a solution where the player fill in a table somewhere that i can check?

  • Hello,

    I wish to allow the player to send me an email to inform us of some bugs or troubles in the level.

    I have ajax, textinput and button.

    What should I input here to make it to my email adresse?

  • 1200 uniques sprites

  • I have a lot of sprites arounds 1 200. That's a lot of works. I'am not a professionnal with a lot of time^^

    I see two options

    But in two cases, it changes all the symbol who appear son the screen and not only the one related

    Element is the family with all the sprites who changes color

  • No it doesn"t works, because all my sprite are differents. So I use a family.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Sorry i explain myself badly.

    I have one sprite who changes color.

    Player choose a color and when click on sprite, it changes a local variable. And the local varible made change the color of the sprite.

    All my sprite who changes color are in one family "E"

    I will create for each another sprite symbole.

    Make a container to link them

    And hope it works :)

  • No, containers do what you want. You put objects A and B in a container, and as soon as you pick one, it picks the other. In your case, it will pair the objects and they are automatically associated. Give it a try. It will take seconds.

    So i will have to create an object for each sprite of my game and a container to link them.

    It's a puzzle game with around 12 sprites by level and 120 levels.

    Won't it make the game slower in term of optimization?

  • So I should create a another object symbol for every sprite.

    It will make me add around a thousand of sprite. A lot of works and not sure about the optimisation^^

  • How you think i should use it?

    It's written:

    "If one object in a container is destroyed, every other associated object in its container is also destroyed."

    So it won't only destroy my symbol but also the sprite in relation.

  • Sorry,

    The problem is in the way i made the game. Many sprites overlapp each other.

    So a symbol won't overlapp one sprite but all of them.

    That's why i which to use a way to detect if a symbol(sprite) had been create on a specific point.

  • Thanks for your answear,

    Sorry i need you again.

    How I would detect if a sprite have already been create on the point?