![]() |
|
#2
|
|||
|
|||
|
you could use the following
Code:
#Stop and go message
text_go=vizinfo.add('GO')
text_go.translate(.5, .9)
def stopSign():
text_go.message('STOP')
vizact.ontimer2(1,0, text_go.message,'GO')
vizact.ontimer(10,stopSign)
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| split screen | honey006 | Vizard | 3 | 05-21-2009 09:57 AM |
| Remove the credits on the run screen | Saz | Vizard | 1 | 11-21-2008 09:01 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 |
| accessing screen buffer | hotspur1 | Vizard | 3 | 08-22-2003 03:31 PM |