Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.
Original Source
- Original title: Picture Transition with Demo
- Original author: ovate
- Original date: January 5, 2020
- Source thread: https://forums.rpgmakerweb.com/threads/picture-transition-with-demo.116964/
- Source forum path: Game Development Engines > Ruby Game System (RGSS) Scripts > RGSS3 Scripts (RMVX Ace)
Summary
Picture Transition 2014-09-24 Creator name: lctseng Introduction Show picture from left and right that slide, transparent, and slide out with script call.
Archived First Post
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
Terms: change = show and change picture | front = front of text box | behind = behind text box | opacity = 255 (non-transparent)
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
Features Mentioned
- 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)
- right_front
- right_change('')
Downloads / Referenced Files
Log in to download
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadLicense / Terms Note
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
Creator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
0
replies
1
view
Topic Summary
Loading summary...