From 12d3ca90682637eb5906678d7d474bd266028f97 Mon Sep 17 00:00:00 2001 From: nutbuster Date: Mon, 7 Nov 2022 12:07:22 +1100 Subject: [PATCH] Mouseover fixed again --- .../4.anon-needs-help-during-music-period.rpy | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/game/script/4.anon-needs-help-during-music-period.rpy b/game/script/4.anon-needs-help-during-music-period.rpy index b8248e9..5da727a 100644 --- a/game/script/4.anon-needs-help-during-music-period.rpy +++ b/game/script/4.anon-needs-help-during-music-period.rpy @@ -1264,19 +1264,17 @@ label chapter_4: rotate 12.5 mousearea: ypos -75 - area(0.225, 0, 795, 1100) + area(432, 0, 795, 1100) # xalign 0.5 yanchor 0 ypos 0 - hovered Hide("prompt", 'overlay') - unhovered Show("prompt", 'overlay') + hovered Hide("prompt" ) + 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(): + timer 2.0 action(Show("mousedetect"), Show("prompt")) + add Solid("FFF") + transform: zoom 0.8 rotate 12.5 @@ -1293,12 +1291,11 @@ label chapter_4: ypos 65+(int(107/2)) xsize 284 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 "fang phone" - #call screen mousedetect call screen textscroll with dissolve pause 1