Control Blue Exercise IGME 480
I wanted to create a network flow of two controls for the scene, a button that allowed you to pause/un-pause the video, and a horizontal slider that controlled the amount of blue overlay on the scene.
What I created was super similar, with the only major difference being I used a vertical slider instead of a horizontal one. My TD flow was split into two containers, one for my controls, and one for my scene. In my controls, I started with the button and slider I needed for my scene controls. I hooked both of them up to panels, and then sent their info through two different respective paths. I send the slider through a math then a null, in order to convert its range from 0-1 to 0-5. I also sent the button through a logic and then a null, to make sure the button had a toggle effect, not just a hold down one. In the other container I used a movie file and a constant for my effects. The play in the moviefilein is connected to the button, and the blue rgb in the constant is connected to my slider, so both work with their respective controls. I then connected the chain to a null and put it in my scene container. I then combined the two containers, using formatting to make sure everything lined up properly, and put it into a window in order to display properly.
Comments
Post a Comment