Dissolve
Function: Dissolve( | time, old_widget=None, new_widget=None) |
This dissolves from the old scene to the new scene, by overlaying the new scene on top of the old scene and varying its alpha from 0 to 255.
time - The amount of time the dissolve will take.
Example
init: $ dissolve = Dissolve(0.5) with None scene bg whitehouse show eileen happy with dissolve e "The dissolve transition is probably the most useful, blending one scene into another."