TyranoBuilder Visual Novel Studio

TyranoBuilder Visual Novel Studio

Aichi Jan 16, 2019 @ 2:56pm
Title Screen sound effects help
I was wondering if there was a way to setup a title screen to play sound effects when hovering over a button with your mouse and playing one when selecting a button. from what im reading through guides i cant seem to find one, unless i am blind and cant read
Originally posted by Baki:
Hi, there are no features to do it in tyranobuilder, but you can do it by opening the title_screen.ks and add "Enterse" in the button tag like this :
[button storage="title_screen.ks" graphic="button.png" enterse="se01.ogg" clickse="se2.ogg" width="357" height="80" x="90" y="420" ]

Enterse : is for a sound effect running when hovering
Clickse : it's when you click on it obviously

Create your button in tyranobuilder before
< >
Showing 1-3 of 3 comments
The author of this thread has indicated that this post answers the original topic.
Baki Jan 17, 2019 @ 5:56am 
Hi, there are no features to do it in tyranobuilder, but you can do it by opening the title_screen.ks and add "Enterse" in the button tag like this :
[button storage="title_screen.ks" graphic="button.png" enterse="se01.ogg" clickse="se2.ogg" width="357" height="80" x="90" y="420" ]

Enterse : is for a sound effect running when hovering
Clickse : it's when you click on it obviously

Create your button in tyranobuilder before
Last edited by Baki; Jan 17, 2019 @ 5:56am
Aichi Jan 17, 2019 @ 2:15pm 
Originally posted by Baki:
Hi, there are no features to do it in tyranobuilder, but you can do it by opening the title_screen.ks and add "Enterse" in the button tag like this :
[button storage="title_screen.ks" graphic="button.png" enterse="se01.ogg" clickse="se2.ogg" width="357" height="80" x="90" y="420" ]

Enterse : is for a sound effect running when hovering
Clickse : it's when you click on it obviously

Create your button in tyranobuilder before

and i would use that same code again for the second button correct if i wanted more than one? if so then thank you so much.

however for some reason the sound effect for the hover isnt working

EDIT: Never mind on that, i found out it was a error in the code i typed out as well as a file name error that prevented me from using it.
Last edited by Aichi; Jan 17, 2019 @ 7:34pm
Baki Jan 22, 2019 @ 2:27am 
Yes you could use the same code for all of your buttons, even with differents sounds effect
< >
Showing 1-3 of 3 comments
Per page: 1530 50

Date Posted: Jan 16, 2019 @ 2:56pm
Posts: 3