Hello, I am learning how use Ren'Py. Ive got the intro of my game done but before I go any further I want to make an menu/map like in Big Brother that can be clicked on to visit different locations of the house/world. From what Ive read I need to make a hot spot so I can click on the image of say the bedroom to go there. Ive read three different "tutorials" on making one but they are all years apart in there making and all use slightly different ways and none of them work for me.
In a tut using a solar system it says -
hotspot (62, 399, 90, 91) clicked Jump("mercury")
Basically I want to know what to put after hotspot (62, 399, 90, 91)
So if I have
image mb = "master bedroom.jpg" when I click on the hot spot I want to go to the bedroom.
Eg hotspot (62, 399, 90, 91) clicked Jump("mb")
But that does not work.
Or am I going about the whole thing the wrong way?
In a tut using a solar system it says -
hotspot (62, 399, 90, 91) clicked Jump("mercury")
Basically I want to know what to put after hotspot (62, 399, 90, 91)
So if I have
image mb = "master bedroom.jpg" when I click on the hot spot I want to go to the bedroom.
Eg hotspot (62, 399, 90, 91) clicked Jump("mb")
But that does not work.
Or am I going about the whole thing the wrong way?