Simple Music website in Hype

Have been a Hype user for ever. Here is a super simple music website done in Hype - comments appreciated. ( I am trying to work out how to record when a track is played ?) Site is www.fump3.com

2 Likes

Pretty fun extra interactions!

My main feedback would be to perhaps have the mouse cursor change a bit more - I didn't realize the music itself could be dragged around, and was wondering why it was every so moving by a pixel when I tried to click on it. Also, maybe have it play when you click on the whole item instead of hit the small play button in the controller.

(I like the music too!)

Thanks for insights and comments. Im going to have a look at triggering by rollover vs small player. Its a bit mad that everything is draggable wanted a bit of surprise- dp

1 Like

I'm afraid I haven't quite grasped the concept either: For example, what are those little white and gray squares doing here?
They often cover up the text at the bottom.

Nice work on the site :+1:

The layout feels clean and simple, and it’s a great use of Hype for a music-focused project. For tracking when a track is played, you could look into using basic JavaScript events like the HTML5 audio “play” event or integrate a simple analytics tool that records user interactions.

Would be interested to see how you develop it further!