Hey guysss I am writing a new story so for that I wanted to create a starting game menu with start skip and customization options so can yāall help me with that?
I would appreciate your help and I am not really familiar with using forums as well so u can message me on my insta which is @am.ep.writes and help me in making game menu or you can reply to this post and We can be friends too!
I would be more than happy to make a friend
hey!
For the game menu.
U will be needing overlays and background 1st.
and then.
you have to use labels and tappable choice.
U can dm me always. @tessa_writez on insta
Do you want tappable menu or just a choice menu?
Ok I will dm u for queries or just for talking if u r available
Tappable overlays as a choice like if u want to start chapter then a button should be there named start and after clicking on that the chapter startsā¦
U can msg me anytime lol
Btw can you guide me where do I get these overlays for start, customise and skip
U can create them yourself or ask someone to make them for you
Okay thank you for the help
there are artshops on the forum - in art sections you can ask there
here you have simple template once you will have the overlays:
label menu
tappable
āSTARTā {
goto start_story
} āSKIPā {
goto end_story
} āCUSTOMIZATIONā {
goto CC
}
######################################################
label CC
NARR
Here add the CC
goto menu
######################################################
label start_story
NARR
Here write your story
######################################################
label end_story
NARR
To be continued
Omg thank you so much
and if I write goto end_story then the story will automatically end? And if I write goto start_story story will automatically start?
sorry for bothering
goto and labels are conected.
basicly label marks certain line
and goto sends reader to that specific line
so goto end_story will send reader directly to line with label with same name =label end_story
so if the label is at the end yes it will send him directly to the end of the chapter.
Ok so it means that I have to put a label of end_story before ending the story
thank you so much
yes exactly
hey can u tell me how to add sound as well for tapping the button
you can add it under the button name in the choice⦠this way it will play directly after the tap.
Kk thank you so much girl
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.