Introducing the use of Silverlight 2.0 (c#) to develop a fun piano
How to play: Turn on the speaker, select the music score to be challenged from the list on the left, and the corresponding music score prompt animation will appear on the right. Wait for the key prompt to move to the target area and then tap the corresponding key on the keyboard.
Ideas 1. Add multiple MediaElement controls and use them in a loop to achieve the effect of playing multiple scales at the same time. 2. The prompt button module is divided into three groups of animations, namely the prompt part, the target part and the leaving part. Corresponding events must be triggered when entering the target area and leaving the target area, so that the outside can judge whether the user has correctly tapped the key according to the prompt.