This is probably a basic thing just my logic is broken but I can�t figure it out. Sorry.
I�m working on creating a catalog of my �stuff.
I will have a �list� layout which I will generate from a database: for each item, a sprite with a thumbnail picture than item name ,like so:
thmbn 1, item1
thmbn 2, item 2
thmbn n, item n
I created a variable. When I input variable N(than click button) it creates line in the list layout:
thmbn N (sprite is loading from csv file At(�thmbn� variable).jpg.)
it�s all good.
Click button again creates new list item underneath. good.
problem:
When I change variable and click, it displays new list item with correct thmbn.jpg. but changes thmbn.jpg of all other items already displayed.
I tried using local variables but.. same result. How can I keep .jpg already displayed unchanged. Thank you!
P.S. love love love Construct2!