Page 1 of 1

navigation and interaction map

Posted: Mon Aug 12, 2019 12:23 am
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

Re: navigation and interaction map

Posted: Mon Aug 12, 2019 2:03 am
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"

Re: navigation and interaction map

Posted: Mon Aug 12, 2019 9:44 pm
by rayminator
you can try this out it might help it help me out

viewtopic.php?f=51&t=22410