It's nice too see that you finally got something polished and completed the tutorial. I've watched most of the creation of this jukebox on stream, but I will give it a go and follow the tutorial as well. Also big + for that multiplayer idea, hope will get a reality and fulfill that scenario that you presented (people hanging out in a virtual scene). It kind of reminds me of "second life", where people can build stuff and sell it...nice idea though with the "Bar/Dance floor".
Great tutorial ! Congratz !
It's nice too see that you finally got something polished and completed the tutorial. I've watched most of the creation of this jukebox on stream, but I will give it a go and follow the tutorial as well. Also big + for that multiplayer idea, hope will get a reality and fulfill that scenario that you presented (people hanging out in a virtual scene). It kind of reminds me of "second life", where people can build stuff and sell it...nice idea though with the "Bar/Dance floor".
this.eventSubscriber.on('song${i}_click', () => ....
didn't work for me, i had to change it to:
this.eventSubscriber.on('song' + i + '_click', () => ....
It's hard to see, but it's using a different kind of quote. For the former, you must use the 'grave key' (it's a single quote with an angle) ` vs '
hth