Hi!
Just started to play around a bit with Construct today. One of the biggest reasons for checking it out is the Python integration, seems cool! Anyway, I get this crash when I try to get information from the selected line of a ListBox. This only happens the second time I use it, the first time it works.
i have three objects: A ListBox, a Button and a Text. Here is the code:
ButtonClicked event
------------------------
Text.Text = ListBox.LineText(ListBox.SelectedLine)[/code:3hjllghj]
Any idea why it crashes the second time I click the button?