Recreating the flashbulb effect

A place to discuss things that aren't specific to any one creator or game.
Forum rules
Ren'Py specific questions should be posted in the Ren'Py Questions and Annoucements forum, not here.
Post Reply
Message
Author
mellowmelon
Newbie
Posts: 2
Joined: Tue Aug 04, 2009 10:31 pm
Projects: Forbidden
Contact:

Recreating the flashbulb effect

#1 Post by mellowmelon »

I'm sorry if this has been asked or is easily answered, but how do you recreate the "flashbulb" effect used in the Ren'Py demo?

It's found in the Font and Text Tags section
and is line 68 in the script for Font and Text Tags.

lunasspecto
Regular
Posts: 160
Joined: Wed Aug 22, 2007 7:59 pm
Location: USA: New York City (school) and Massachusetts (home)
Contact:

Re: Recreating the flashbulb effect

#2 Post by lunasspecto »

Line 7 of "demo_transitions.rpy" from the Ren'Py demo:

Code: Select all

    $ flashbulb = Fade(0.2, 0.0, 0.8, color='#fff')
After that code has been run, you can use the "flashbulb" transition thus:

Code: Select all

    scene bg gianttelepathicsquid
    with flashbulb
from the virtual desk of Kazuki Mishima

Guest

Re: Recreating the flashbulb effect

#3 Post by Guest »

Ohhh thanks for the help! :D

Post Reply

Who is online

Users browsing this forum: No registered users