-
Notifications
You must be signed in to change notification settings - Fork 178
I checked the guide and the UI, and this forum, but perhaps I missed it: I'd like to be able to have different zones and depending where one clicks, the presentation goes in a different direction. For example, a frame shows:
- a question: How is your mood?
- Good
- Bad
Depending if clicking on Good or Bad, the presentation goes to "Fantastic" or "Sad" frame.
All reactions
As I understand it, this is not something that is part of Sozi in its current form.
However, as a work-around: If you use Inkscape to create the SVG-file, it is possible to connect objects with links, and then you can manually link to the desired framenumber.
Replies: 1 comment 2 replies
As I understand it, this is not something that is part of Sozi in its current form.
However, as a work-around: If you use Inkscape to create the SVG-file, it is possible to connect objects with links, and then you can manually link to the desired framenumber.
All reactions
I used draw.io aka diagrams.net but the principle worked like a charm: add a link to some text (draw.io doesn't support object-level href, only text, fine with me), using the notation #my-frame-id using the target frame's ID (obviously). Thanks so much!
All reactions
Hi, oh great, works perfectly indeed !
I was looking for a way to create a very minimalistic website and needed the ability to go back & forth into different sections in an arbitrary order.
It would be awesome indeed if branches could be supported in Sozi itself but that would probably make the editor massively more complex to use.
Thanks everyone :)