Picture Transition 2014-09-24
Creator name: lctseng
Creator name: lctseng
Introduction
Show picture from left and right that slide, transparent, and slide out with script call.
Features
-Effects are done through script calls.
-Picture can be in front or behind the text box.
-Picture appears with a fade-like transition by using change.
Note: change picture can appear instantly with ('',true) if there's true
Script call list:
Another note: inside '' insert name of your picture that's inside Graphics/Pictures
Code:
left_front
left_change('')
left_change('',true)
left_slide_out
left_slide_in('')
left_behind
left_limit_opacity(160)
left_limit_opacity(255)
left_slide_out
right_front
right_change('')
right_change('',true)
right_slide_out
right_slide_in('')
right_behind
right_limit_opacity(160)
right_limit_opacity(255)
right_slide_out
Preview
English demo link: https://www.dropbox.com/s/qhapngvqmaudt1e/PicTransition.zip?dl=1
Demo includes 3 scripts and 2 event examples:
1. Show Event Name-Standard (exclusive to demo, Flow Control: Comment)
2. Enhanced Image Sprites (It's a BaseScript needed for Picture Transition)
3. Picture Transition (must be below Enhanced Image Sprites)
Event samples
Credit and Thanks- 魂 (Lctseng)
License - Apache License 2.0: http://www.apache.org/licenses/LICENSE-2.0
You can use for:
Commercial Use, Modify, Distribute, Private Use
You must include:
Copyright, License, State Changes, and Notice
Please give credit to "lctseng"
Source
https://github.com/lctseng/RGSS/tree/master/RGSS3

