じ☆ve冰风 发表于 2026-8-2 12:28:00

Picture Transition with Demo

Picture Transition 2014-09-24

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


Terms: change = show and change picture | front = front of text box | behind = behind text box | opacity = 255 (non-transparent)

Preview

https://www.youtube.com/embed/YEEu_WlQ3CE


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
Spoiler
https://i.imgur.com/afHdEIs.png

https://i.imgur.com/UVLnuUU.png





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


本贴来自国际rpgmaker官方论坛作者:ovate处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:https://forums.rpgmakerweb.com/threads/picture-transition-with-demo.116964/
页: [1]
查看完整版本: Picture Transition with Demo