Construct 3 r149

You're viewing a single comment in a conversation. View all the comments
  • 2 Comments

  • Order by
  • If you have multiple asynchronous actions in the same event some expressions like lastdata won't work very well, as there is no set order they will complete in. Is it possible to add tags to those expressions in the future? Or is ajax data (or local storage ect.) overwritten in memory immediately when new data comes in?

    Otherwise I'm guessing separated events each with their own wait actions should work as intended?

      • [-] [+]
      • 1
      • Ashley's avatar
      • Ashley
      • Construct Team Founder
      • 1 points
      • (0 children)

      It's a convenience feature - if you do need to load the results of 3 simultaneous AJAX requests it would be best to keep using the "On complete" triggers.