Optimization question for non-game app

Have a scenario I would like to optimize if possible. Wondering if anyone can help come up with a good solution.

I have several scenes where I have a series of names. Let's say 5 per page (it actually varies but let's simplify).

There is a line that corresponds with each name (so let's say 5 lines per scene).

You touch one name and only that line appears. You touch a different name and then only that corresponding line appears, etc...

I know that's a pretty basic logic but my question is how can I program this with minimal actors and attributes? The tricky part is that every name and every line is unique, otherwise I would just create 5 boolean attributes and keep re-using them and use the "change image" behavior for the actors.

Any ideas??

Comments

Sign In or Register to comment.