Ohanian Active Member Licensed User Longtime User May 7, 2016 #1 Hi, I’m trying to implement a Harp that user can swipe his finger on the lines to play a music. Is there any suggestion for this? a sample project attached. tnx Attachments Harp.zip 7.2 KB · Views: 106
Hi, I’m trying to implement a Harp that user can swipe his finger on the lines to play a music. Is there any suggestion for this? a sample project attached. tnx
S strat Active Member Licensed User Longtime User May 7, 2016 #2 Did you forget to add sound files? Upvote 0
stevel05 Expert Licensed User Longtime User May 7, 2016 #3 Have a look at the example in this post, it should get you going. https://www.b4x.com/android/forum/threads/sound-sugestion.38896/#post-230557 Upvote 0
Have a look at the example in this post, it should get you going. https://www.b4x.com/android/forum/threads/sound-sugestion.38896/#post-230557
Ohanian Active Member Licensed User Longtime User May 7, 2016 #4 stevel05 said: Have a look at the example in this post, it should get you going. https://www.b4x.com/android/forum/threads/sound-sugestion.38896/#post-230557 Click to expand... Hi, My goal is to play the sounds when i touch the blue rectangle and move my finger to the yellow rectangle (or vice versa). Upvote 0
stevel05 said: Have a look at the example in this post, it should get you going. https://www.b4x.com/android/forum/threads/sound-sugestion.38896/#post-230557 Click to expand... Hi, My goal is to play the sounds when i touch the blue rectangle and move my finger to the yellow rectangle (or vice versa).
stevel05 Expert Licensed User Longtime User May 7, 2016 #5 You will need to use the gesture library to achieve this. Upvote 0