flipbook animation

i am making a flip book interactive application using touchdesigner. i am using multiple Grids SOPs for each page and then manipulating using CHOPs.so that i can control textures back and front. i am getting the right hand swipe data. adding it into Count CHOP and making it from 1 to 5 for it to loop. then i am adding all of this into Fan CHOP to make them individual channels and then can manipulate it individually. i am getting the data to stay in hold that way the page doesn’t return back to its position. i have also connected it to timer so that when its done it restarts the book. now i want also the same option for the left swipe where someone can also use their left hand and swipe back left. tell me how to go about it. if anyone can help me with the left hand swipe logic would be really great.

Hi @Yolyee,

the Count CHOP takes an “increment value” as its 3rd input. Here when swiping right you can feed it a channel with the value 1 to increase the count and you should send in a value of -1 when left swiping to decrease the count.

Hope this helps
Markus