Code: Select all
# This ensures that any other menu screen is replaced.
tag menuI know simply easing "tag menu doesn't work"
So what I'm basically doing is showing two imagemaps at once one behind the other. One imagemap is like a small window and button, so I want the other imagemap to make up the background when the small map and button are showing. Right now the fullscreen image map is replaced with a black scree when I click to make the smaller imagemap show up. How do I fix this?
This is what I have so far:
Code: Select all
call screen schoolbooks
screen schoolbooks():
imagemap:
ground "1.jpg"
hover "botton1.png"
idle "button2.png"
hotspot (31, 49, 480, 260) action ShowMenu ("schoolbook1")
#this is the fullscreen imagemap
Code: Select all
label schoolbook1:
call screen schoolbook1def
screen schoolbook1def():
imagemap:
alpha True
ground "blank.png"
hover "bookinside1.png"
idle "bookinside2.png"
hotspot (613, 543, 99, 119) action ShowMenu ("schoolbook1go")
Pulse Cage (full game)
Your Brother's Religion (Demo)