This project demonstrates a recorder fingering chart built in captivate. The chart is interactive, displaying the pitch created by the chosen fingering.
This project successfully utilizes advanced actions, conditional statements, and a little JavaScript to allow the user to:
Interact with two independent buttons
Change the state of a text box to display the current configuration
This is a mini-project to demonstrate an issue I could use some help understanding. I’ve created two shapes as buttons (imagine finger holes for a wind instrument). Each shape has two states (normal and uncovered). Different combinations of open & closed produce different pitches, so selecting a button changes its state adds an amount to a variable (Var_HolesAdded) if normal and subtracts it if “uncovered”. I would like the total to cause a change in display, making a hidden object visible […]
As a music educator, it would be immensely useful for my students to have access to interactive fingering charts. It would also be great for me to be able to utilize them in digital assessments. As my young students are playing recorder at the moment, I thought it may be a nice exercise to explore creating these in Captivate using a few different techniques. This first project is a very basic recorder fingering chart. I’ve used Shapes as buttons. Each […]