![]() |
#4
|
|||
|
|||
I've implemented a similar effect in the past by creating a fullscreen black quad and fading the alpha from 0 to 1. Here is a simple example:
Code:
import viz viz.go() viz.add('gallery.ive') blackScreen = viz.addTexQuad(parent=viz.SCREEN,scale=[100.0]*3,color=viz.BLACK) blackScreen.alpha(0.0) vizact.onkeydown(' ',blackScreen.runAction,vizact.fadeTo(1.0,time=2.0)) |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Black spots on avatars | v-jbinney | Vizard | 7 | 09-07-2010 06:51 PM |
black outs | enkeli | Vizard | 4 | 05-09-2006 12:05 PM |