Help with choose-your-own-adventure implementation?

Hello there!

Me again! Simple question this time:

I want to make a “choose your own adventure” type of game. I need to imitate the following (which I created so far using Ink and Inky): Marzo Paraguayo V0.1 by marcoscodas

I need to do this because I cannot create save states or trigger sounds with Ink without importing into Unity, and I don’t handle Unity at all.

Would it be too much to ask for you guys to provide me with a simple project that does this just a couple of times? With scrolling and such? that way I can build my game around that.

I really can’t wrap my head around the scrolling.

Thank you!

1 Like

Hi there,

For scrolling, you will use the camera feature that allows you to move around your scene, e.g. “if this button is pressed, display that text there and move the camera down by Y pixels.”

You will need to get your hands dirty and start doing it :grin:
and then, when you get stuck, tell us your problem. We’ll help along the way. :blush: