MOre info in event list

This forum is currently in read-only mode.
From the Asset Store
Template for scrollable list, fully documented in comment and video
  • One of the problems I've been having in debugging, especially with bugs in my logic that show up as a result of interactions with a later-created event sheet, is the lack of information in the event list. For example, checking of a key in one hash table exists in another hash table shows only the hash table that has the key you are checking for, and not the hash table in which you are checking for a match (or do i have that reversed?) So what can happen is that statements that look identical can do different things. As the flow charts grow larger and more time passes since their creation this can lead to confusion.

    However, I do appreciate the conciseness of the current view. So an optional view for debugging that includes more information would be great.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You should only use one hash table - put it on the first layout and make it global.

  • Well this isn't just a hashtable issue, I think there are other ways that events may appear the same but do different things as well. Furthermore, I have different classes of information stored in the different hash tables. Is an array a better option for that sort of thing?

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