TrinexGames's Recent Forum Activity

    IS it possible for anyone to share one of their licenses with me? I don think i can afffor Construct 2

  • You can't do anything automatic when it comes to programming. You need to code it one way or another.

    As for the random play list.

    Create an array with all the song names. You can also use a CSV and tokenate randomly; instead of random.

    Then create an Event for Audio on End with your "music" tag name.

    Play music file = array(int( random(0, array.width) ) w/tag "music"

    or

    Play music file = trim( tokenate( csv, int( random(0, tokencount(csv,",") ), "," )

    w/tag "music"

    with that during your game when one song ends the other will begin.

    boom easy, and not automatic.

    I still dont get it can you please post some screenshots? Im not that good with construct 2?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • How do I make music change during the gameplay automatically. For example When 1 song is finished playing another song loads up and plays. And so on and on.

TrinexGames's avatar

TrinexGames

Member since 21 Feb, 2014

None one is following TrinexGames yet!

Trophy Case

  • 10-Year Club
  • Email Verified

Progress

11/44
How to earn trophies