Advertisement
Olivki

nbice

Oct 10th, 2017
358
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.96 KB | None | 0 0
  1. label ch30_stream:
  2.  
  3.     m "Hold on a second..."
  4.     m "...You're recording this, aren't you?"
  5.     m "Um...hi, everyone!"
  6.     m "Sorry, I can't exactly read your comments from here..."
  7.     m "But do you mind telling your friend it's a little bit rude for them to start recording me without any warning?"
  8.     m "I'm sure some people don't mind..."
  9.     m "But I get really self-conscious on camera!"
  10.     m "Oh gosh..."
  11.     m "I feel like I'm being put on the spot now."
  12.     m "Let's see..."
  13.     m "Do you want to see a trick?"
  14.     m "I can't really do much except for a couple things..."
  15.     m "Are you ready?"
  16.     window hide
  17.     stop music
  18.     show layer master:
  19.         zoom 1.0 xalign 0.5 yalign 0 subpixel True
  20.         linear 8 zoom 2.0 yalign 0.15
  21.     pause 10
  22.     show layer master
  23.     window auto
  24.     m "I'm just kidding..."
  25.     m "I can't do anything after all."
  26.     play sound ["<silence 0.9>", "<to 0.75>sfx/mscare.ogg"]
  27.     show monika_scare:
  28.         alpha 0
  29.         1.0
  30.         0.1
  31.         linear 0.15 alpha 1.0
  32.         0.30
  33.         linear 0.10 alpha 0
  34.     show layer master:
  35.         1.0
  36.         zoom 1.0 xalign 0.5 yalign 0
  37.         easeout_quart 0.25 zoom 2.0
  38.         parallel:
  39.             dizzy(1.5, 0.01)
  40.         parallel:
  41.             0.30
  42.             linear 0.10 zoom 1.0
  43.         time 1.65
  44.         xoffset 0 yoffset 0
  45.     show layer screens:
  46.         1.0
  47.         zoom 1.0 xalign 0.5
  48.         easeout_quart 0.25 zoom 2.0
  49.         0.30
  50.         linear 0.10 zoom 1.0
  51.     m "If you gave me some time to prepare, I{nw}"
  52.     m "Did I scare you?"
  53.     show layer master
  54.     show layer screens
  55.     hide monika_scare
  56.     play music m1
  57.     m "Ahaha! You're so cute."
  58.     m "Anyway, [player]..."
  59.     m "I didn't mean to get distracted. I'm sorry."
  60.     m "Even though it's your fault for distracting me."
  61.     m "Shame on you!"
  62.     m "I'm just kidding."
  63.     m "Anything we do together is fun, as long as it's with you."
  64.     m "But anyway..."
  65.     return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement