WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 04-02-2010, 04:03 AM
Josh Josh is offline
Member
 
Join Date: Jan 2010
Posts: 63
How to make screen black?

Hi all

I need to turn my screen black for a second or two, so I can change some stuff in my VR without the user immediately seeing it change. With a button click the screen should turn normal again.

How can this be done?

Thanks
Josh
Reply With Quote
  #2  
Old 04-02-2010, 12:30 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
You could switch to an empty scene
Code:
import viz
viz.go()

gallery = viz.add('gallery.ive')

vizact.onkeydown('1',viz.scene,1)
vizact.onkeydown('2',viz.scene,2)
or you could do a fade like in farshizzo's post from this thread.
Reply With Quote
Reply

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Title Screen c4am95 Vizard 4 04-08-2010 01:24 PM
cinematic fade to black? billjarrold Vizard 4 12-23-2009 11:09 AM
split screen honey006 Vizard 3 05-21-2009 09:57 AM
screen image erchrastil Vizard 8 06-27-2008 11:45 AM
position of html-file on screen active_world Vizard 1 05-16-2008 07:24 PM


All times are GMT -7. The time now is 03:09 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC