xavimetal's Forum Posts

  • 3 posts
  • tulamide ,

    Thanks for your time. I have to tell you that it's very difficult for me show you something that i have because i can't post any type of url ( screenshot , code, etc)because i have not enough permissions

    ?is there any other way to do it?

    on the other hand, wanted to be more precise with what you mention to check the code.

    I can tell you that I have the code exactly as you suggested, and do not hear anything. As I read in this forum, it seems, Construct has ever had problems with the sound and browsers. So I checked the sounds to see if the problem were the sounds. I created a button that reproduced the 3 sounds without using array or random and I can hear them properly in Chrome. If your code works, do not understand where can be the fault. I can not know what else to check.

    Thanks again, and hope not to bother you anymore.

  • Sorry but i can't see your screenshot correctly..

    And i can't upload nothing ( picture, code, etc) to show you all i have done, i don't haver permissions.

    i have change the random like suggest but don't work :(

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hello everyone. I'm a newbie programming and using C2. I started creating a mini game for my daughters to play a board game.

    Almost what I have done but there are one thing that do not work.

    I want to play a random sound this way:

    Array - Set value at 0 -> "Horse"

    Array - Set value at 1 -> "Dog"

    Array - Set value at 2 -> "Cat"

    Array etc etc etc

    Array etc etc etc

    Set RNDSOUND to int(random(0,2))

    Play Array.At.(RNDSOUND) not looping from sounds at 0db (tag"")

    But don't work :(

    Thank you!

  • 3 posts