![]() |
|
#1
|
|||
|
|||
|
color
Hi,
Quick question, I have programmers block on this. I have a script set up in which a ball.ive pops up on the screen, moves, then repeats this in a timer loop many times. I want the ball to occasionally be colored red. i have a previously defined list of when I want this to happen. Just picking out bits that are relevant here. Code:
color_select = [0,50,0,0,0] ... CS = color_select[i] ... if CS == 50: ball2.color(1,0,0) if CS == 0: ball2.color(viz.clearcolor) Thank you in advance. JB |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| red/green anaglyphic ghosting | michaelrepucci | Vizard | 2 | 10-22-2008 11:26 AM |
| Another color question | mjabon | Vizard | 4 | 07-31-2007 04:04 PM |
| changing the color of Shirt of Vizard Avatars | Amit | Vizard | 2 | 09-02-2005 09:00 AM |
| Changing the Color of On-the-Fly Objects | vjosh | Vizard | 1 | 01-05-2005 12:48 AM |
| Fog Color | bstankie | Vizard | 1 | 06-02-2004 02:59 PM |