mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-02-02 06:46:34 +01:00
Mouseover fixed again
This commit is contained in:
parent
626729bd0f
commit
12d3ca9068
1 changed files with 7 additions and 10 deletions
|
@ -1264,19 +1264,17 @@ label chapter_4:
|
||||||
rotate 12.5
|
rotate 12.5
|
||||||
mousearea:
|
mousearea:
|
||||||
ypos -75
|
ypos -75
|
||||||
area(0.225, 0, 795, 1100)
|
area(432, 0, 795, 1100)
|
||||||
# xalign 0.5 yanchor 0 ypos 0
|
# xalign 0.5 yanchor 0 ypos 0
|
||||||
hovered Hide("prompt", 'overlay')
|
hovered Hide("prompt" )
|
||||||
unhovered Show("prompt", 'overlay')
|
unhovered Show("prompt")
|
||||||
|
|
||||||
|
|
||||||
# kick the player back out in X seconds in case they can't find the 'close' button
|
|
||||||
# timer 10.0 action Return()
|
|
||||||
add "white"
|
|
||||||
timer 2.0 action(Show("mousedetect"), Show("prompt", 'overlay'))
|
|
||||||
|
|
||||||
screen textscroll():
|
screen textscroll():
|
||||||
|
timer 2.0 action(Show("mousedetect"), Show("prompt"))
|
||||||
|
|
||||||
add Solid("FFF")
|
add Solid("FFF")
|
||||||
|
|
||||||
transform:
|
transform:
|
||||||
zoom 0.8
|
zoom 0.8
|
||||||
rotate 12.5
|
rotate 12.5
|
||||||
|
@ -1293,12 +1291,11 @@ label chapter_4:
|
||||||
ypos 65+(int(107/2))
|
ypos 65+(int(107/2))
|
||||||
xsize 284
|
xsize 284
|
||||||
ysize 107
|
ysize 107
|
||||||
action (Hide("mousedetect", 'overlay'), Hide("prompt", 'overlay'), Hide("textscroll", transition=Dissolve(1.0)), Return())
|
action (Hide("mousedetect"), Hide("prompt"), Hide("textscroll", transition=Dissolve(1.0)), Return())
|
||||||
add "texts"
|
add "texts"
|
||||||
|
|
||||||
add "fang phone"
|
add "fang phone"
|
||||||
|
|
||||||
#call screen mousedetect
|
|
||||||
call screen textscroll with dissolve
|
call screen textscroll with dissolve
|
||||||
|
|
||||||
pause 1
|
pause 1
|
||||||
|
|
Loading…
Reference in a new issue