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 99ff8fd0..98ead897 100644 --- a/game/script/4.anon-needs-help-during-music-period.rpy +++ b/game/script/4.anon-needs-help-during-music-period.rpy @@ -385,7 +385,7 @@ label chapter_4: hide dimmer_light with Dissolve(.5) hide mask3 # hide mask3 - + pause .75 A "VVURM DRAMA?{w=.4} That’s an{cps=*.1}...{/cps}{w=.2} interesting name{cps=*.1}...{/cps}{w=.4} and what’s with the date on it?" @@ -1266,18 +1266,18 @@ label chapter_4: ypos -75 area(0.225, 0, 795, 1100) # xalign 0.5 yanchor 0 ypos 0 - hovered Hide("prompt") - unhovered Show("prompt") + hovered Hide("prompt", 'overlay') + unhovered Show("prompt", 'overlay') # 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 action(Show("mousedetect"), Show("prompt")) + timer 2.0 action(Show("mousedetect"), Show("prompt", 'overlay')) screen textscroll(): add Solid("FFF") - transform: # thanks based nutbuster + transform: zoom 0.8 rotate 12.5 viewport: @@ -1287,16 +1287,18 @@ label chapter_4: arrowkeys True # edgescroll(400, 800) - add "texts" yinitial 1.0 imagebutton auto "fangbutton%s" xalign 0.53 yalign 0.5: - ypos 65+(107/2) + ypos 65+(int(107/2)) xsize 284 ysize 107 - action (Hide("mousedetect"), Hide("prompt"), Hide("textscroll", transition=Dissolve(1.0)), Return()) + action (Hide("mousedetect", 'overlay'), Hide("prompt", 'overlay'), Hide("textscroll", transition=Dissolve(1.0)), Return()) + add "texts" + add "fang phone" + #call screen mousedetect call screen textscroll with dissolve pause 1