Title Transition
Title Transitions ScriptBy KrishGM
Introduction
This script shows a image before the title screen like a company's logo in may video games.
How To Use
Install the script below the materials section and above the Main section.
Script
Spoiler Code:
=begin Title Transitions ScriptBy Krish GMMake a Image of 544x416 for your logoImport into the Graphics/System folderName it LogoA=endShow_Image = true #asks whether you want to show it or not. def show_logosprite = Sprite.newGraphics.fadeout(0) Audio.se_play("Audio/SE/Wind10",74,74) #you can change the se to anything you want.sprite.bitmap = Cache.system('LogoA')Graphics.fadein(120)#Set the number to frames for the fadein.Graphics.wait(90)#Set how much time it shows the image.Graphics.fadeout(120)#Set the number to frames for the fadeout.end #don't tamper with thisshow_logo unless Show_Image == false
Credits
KrishGM (Me)
本贴来自国际rpgmaker官方论坛作者:Krishna Siva处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:https://forums.rpgmakerweb.com/threads/title-transition.30905/
页:
[1]