navigation and interaction map

Discuss how to use the Ren'Py engine to create visual novels and story-based games. New releases are announced in this section.
Forum rules
This is the right place for Ren'Py help. Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - especially any relevant code and traceback messages. Use the code tag to format scripts.
Post Reply
Message
Author
elproxxgamer
Newbie
Posts: 10
Joined: Sun Aug 11, 2019 9:53 pm
itch: renpytom
Contact:

navigation and interaction map

#1 Post by elproxxgamer »

Hi, I'm new to this. I wanted to ask you for some advice if you could help me. What I want is for you to press the button to jump to the second map, does anyone know how to do it? Thank you in advance for my English
Attachments
imagemap.png
imagemap.png (4.74 KiB) Viewed 560 times
imagemap2.png

User avatar
namastaii
Eileen-Class Veteran
Posts: 1350
Joined: Mon Feb 02, 2015 8:35 pm
Projects: Template Maker for Ren'Py, What Life
Github: lunalucid
Skype: Discord: lunalucid#1991
Soundcloud: LunaLucidMusic
itch: lunalucid
Location: USA
Contact:

Re: navigation and interaction map

#2 Post by namastaii »

Code: Select all

screen map():
    imagemap:
        ground "ground"
        hover "hover"
        hotspot (23,297,137,93) clicked Show("map2")
screen map2():
    imagemap:
        ground "ground2"
        hover "hover2"

rayminator
Miko-Class Veteran
Posts: 793
Joined: Fri Feb 09, 2018 12:05 am
Location: Canada
Contact:

Re: navigation and interaction map

#3 Post by rayminator »

you can try this out it might help it help me out

viewtopic.php?f=51&t=22410

Post Reply

Who is online

Users browsing this forum: No registered users