Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Makes a focus band. Note that if you make the background of your focus band the same as the
- # background of your current scene, you'll have to show these to another layer or else your scene
- # will fade to black. (cf: show your_background onlayer middle)
- show your_background:
- yanchor -0.23
- # makes the band 1920 x 500 px, change it as you see fit!
- size (1920, 500) crop (550, 400, 1920, 500)
- # optional, pans the background to the right for 1 second
- easein 1 crop (600, 400, 1920, 500)
- # optional, just black lines to make the band look cleaner
- show blacklines
- with dissolve
- pause(0.5)
- show your_character with Dissolve(1):
- yanchor -0.23
- size (1920, 500) crop (0, 150, 1920, 500)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement