MAX – I Am VeeJee [Interactive 2]

First, I had to make 8 region boxes appear on my screen since there are supposed to be 8 regions to trigger 8 sounds hence under motion region, I added their respective coordinates as well as their “routes”. I found the key to changing that hiding in the “p GrabSequence”. Here, I realized that to draw the regions, the line of code meant 1 x y x y 2 x y x y …. The first digit meant the first box or the box “name” you’re allocating it to. The x and y s are the coordinates of the region box. After making the region boxes, I increased the threshold so it can sense the contrast difference and trigger sound when something moves over the region.

I managed to make sounds play from triggering the regions. However, I’m unable to figure out the slider to directly trigger the sounds.