Create multiple text objects from array.

0 favourites
  • 4 posts
From the Asset Store
Fully commented source code/event sheet & sprites to create a space shooter game
  • Hey!

    Thats the task:

    I got an array with text values in it, for example: "one","two" etc.

    And i need to create X(maybe a lot, so i dont want to create every object manually) amount of text objects and take their text from array.

    And second part: I want to make these objects unique, to link every to audio file with same name "One","Two".. So its like creating playlist, which i take from array. Thanks for attention ^^

  • Didnt solve :(

  • The first part can be accomplished by using loops. Based on your request, I'm guessing you're not familiar with loops. They are one of the building blocks of programming, so it's a very good idea to learn how to use them effectively. This tutorial is a good introduction to loops and arrays:

    Basic Loops and Arrays

    Once you're familiar with how loops work, check out this Capx.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Thanks. I familiar with loops, but im not advanced user at all. So i had no clue how generate different texts with 1 text object. Your example helped me a lot. But using track.filename to play audio by name didnt work for me, so i changed it on Track.Text and it works fine. Thanks again.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)