Thank you! I never thought I could use views that way.
I understand most of your code, correct me if I'm wrong: create a pointer, assing to it the frame stored in a specific position in a view, assign the pointer's value to the GUI element, then "recycle" the same pointer for the next GUI element and so on, right? One thing I don't understand, though (forgive me, but as a self-taught programmer my knowledge and understanding of code and AGS specifically is very erratic): why did you put +6 on the view argument on line 3 and a -1 on the frame argument on line 6? I mean specifically the + and the -.
I understand most of your code, correct me if I'm wrong: create a pointer, assing to it the frame stored in a specific position in a view, assign the pointer's value to the GUI element, then "recycle" the same pointer for the next GUI element and so on, right? One thing I don't understand, though (forgive me, but as a self-taught programmer my knowledge and understanding of code and AGS specifically is very erratic): why did you put +6 on the view argument on line 3 and a -1 on the frame argument on line 6? I mean specifically the + and the -.