i'm trying to recreate friday night funkin' in construct, while i don't have a map editor in-engine i'm using the original files from the game
i need to make the game read the JSON file that contains the timing ("t"), direction ("d") and lenght ("l") of the notes
problem is it seems like the "for each" function isn't reading each individual object in order, how should i make that work?