How do I change text with 2 list object

0 favourites
  • 3 posts
From the Asset Store
This is a single chapter from the "Construct Starter Kit Collection". It is the Student Workbook for its Workshop.
  • hi

    i have 2 list object and 1 text object

    how do i can change text without using 2 text object

    [attachment=0:2gd6ol7y][/attachment:2gd6ol7y]

    list 1 dont work but list2 work normal

    how do i make it to change text from both object.

    thanks.

  • The "Compare selection" events are running all the time because they're simply running a comparison. There are two solutions to get what you're wanting.

    1. Add "On selection changed" events(note that this event is a trigger) for each of your lists, then make your existing events -- the "Compare selection" ones -- subevents to the relevant "On selection changed" event. This will make it so that you're only comparing which item is selected when the selected item for the associated list is changed.

    2. Add "Trigger once while true" to each of your current events. This will make each event run only when the condition has changed from false to true.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • thx

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