RPG Maker Forums

I have writen this little script in VX (not Ace) because I want to use the Flash-Effect in the Title Scene:

module Title_Flash # R G B Opacity Color = [255,255,255,255] Duration = 60 #In Frames Interval = [120,360] #In Framesendclass Scene_Title alias eugene222_main main def main @i = Title_Flash::Interval @counter = @i[0]+rand(@i[1]-@i[0]) eugene222_main end def flash_screen Graphics.transition(0) dur = Title_Flash::Duration col = Color.new(*Title_Flash::Color) viewport = Viewport.new(0, 0, Graphics.width, Graphics.height) if dur > 0 loop do viewport.color = col Graphics.update break if dur == 0 col.alpha *= (dur - 1) / dur.to_f dur -= 1 end end viewport.dispose Graphics.freeze Graphics.transition(0) end alias eugene222_update update def update eugene222_update if @counter == 0 flash_screen @counter = @i[0]+rand(@i[1]-@i[0]) end @counter -= 1 endend
There is one Problem, during the Flash you cant control the command menu, it freezes.

So now i want to ask if there is an alternative way to make flashes during Scene_Title?

mfg

Latest Threads

Latest Profile Posts

Frostorm wrote on Featherbrain's profile.
Hey, so what species are your raptors? Any of these?
... so here's my main characters running around inside "Headspace", a place people use as a safe place away from anxious/panic related thinking.
Stream will be live shortly! I will be doing some music tonight! Feel free to drop by!
Made transition effects for going inside or outside using zoom, pixi filter, and a shutter effect
I have gathered enough feedback from a few selected people. But it is still available if you want to sign up https://forums.rpgmakerweb.com/index.php?threads/looking-for-testers-a-closed-tech-demo.130774/

Forum statistics

Threads
105,992
Messages
1,018,189
Members
137,771
Latest member
evoque
Top