Hey, I was wondering how you did the code for your visual novel dreamverse pages? I've been trying to study it but I'm too stupid to figure it out ;w; I'm interested in doing something with a similar format on my own site- could you point me in the direction of some resources I could use to learn how?
hi! sorry for the late reply. at some point i made a free to use base for the scripting i did for dreamyverse, but i have no idea if people would find that useful (i coded it clunkily and haven't cleaned it up since i'm the only one using it). if there's any interest in the base code despite it being a little messy, i can try to get that ready for free use!
i coded the script in jquery, and it uses html classes to designate the bg/sprites/music upon navigation. basically it shows the next 'page' in order based on clicking next/prev, and each page has classes that designate the graphics & audio. i also used mediaelementjs for the music player so there's more options for volume and showing the song title.
hello lovely followers, sorry for the lack of updates on dreamyverse in awhile! life has been leaving me without time to draw or otherwise. i just now updated the layout on chapter 1, it's much more appealing imo. and i added a couple new character bios along with a music page~ i'm thinking about making concept art/doodles webpages as well. i was originally going to make a tumblr, but that site went down the drain
hi! sorry for the late reply. at some point i made a free to use base for the scripting i did for dreamyverse, but i have no idea if people would find that useful (i coded it clunkily and haven't cleaned it up since i'm the only one using it). if there's any interest in the base code despite it being a little messy, i can try to get that ready for free use!
i coded the script in jquery, and it uses html classes to designate the bg/sprites/music upon navigation. basically it shows the next 'page' in order based on clicking next/prev, and each page has classes that designate the graphics & audio. i also used mediaelementjs for the music player so there's more options for volume and showing the song title.
if you're looking to learn jquery, i would recommend w3schools tutorials: https://www.w3schools.com/jquery/default.asp