RE: Setting vector colors

2004-08-18 Thread Buzz Kettles
At 5:14 PM -0400 8/18/04, you wrote: > member("vect").strokeColor = rgb( 255, 1, 158 ) member("vect").fillColor = rgb( 104, 1, 158 ) member("vect").endColor = rgb( 104, 200, 158 ) member("vect").backgroundColor = rgb( 35, 1, 158 ) these work for me Ok, I think I see what's happening. My cast m

RE: Setting vector colors

2004-08-18 Thread Buzz Kettles
At 4:59 PM -0400 8/18/04, you wrote: > member("vect").strokeColor = rgb( 255, 1, 158 ) member("vect").fillColor = rgb( 104, 1, 158 ) member("vect").endColor = rgb( 104, 200, 158 ) member("vect").backgroundColor = rgb( 35, 1, 158 ) these work for me Thanks, Buzz. That's what I was looking for.

Re: Setting vector colors

2004-08-18 Thread Sean Wilson
I'm trying to set the color of a vector graphic at runtime. I need to give it an rgb value, but it seems to only want to take palette colors. Here's my code: channelColorList = [160104100, 192138100, 189180112, 135162111, 112147110, 101155153, 98134145, 95113146, 127104147, 131095122] sprite(c

RE: Setting vector colors

2004-08-18 Thread Kerry Thompson
> member("vect").strokeColor = rgb( 255, 1, 158 ) > member("vect").fillColor = rgb( 104, 1, 158 ) > member("vect").endColor = rgb( 104, 200, 158 ) > member("vect").backgroundColor = rgb( 35, 1, 158 ) > > these work for me Ok, I think I see what's happening. My cast member was a #shape, which d

Re: Setting vector colors

2004-08-18 Thread Rob Romanek
Hi Kerry, When I want to change the color of a sprite I use sprite(x).color = rgb (xx, xx, xx) And I don't have any problems. That said I just tried your .foreColor approach on a vector graphic and saw its colour change, I didn't do all your dynamic stuff just put it on the score, ran the movie

RE: Setting vector colors

2004-08-18 Thread Kerry Thompson
> member("vect").strokeColor = rgb( 255, 1, 158 ) > member("vect").fillColor = rgb( 104, 1, 158 ) > member("vect").endColor = rgb( 104, 200, 158 ) > member("vect").backgroundColor = rgb( 35, 1, 158 ) > > these work for me Thanks, Buzz. That's what I was looking for. I've been scratching my he

Re: Setting vector colors

2004-08-18 Thread Buzz Kettles
member("vect").strokeColor = rgb( 255, 1, 158 ) member("vect").fillColor = rgb( 104, 1, 158 ) member("vect").endColor = rgb( 104, 200, 158 ) member("vect").backgroundColor = rgb( 35, 1, 158 ) these work for me At 4:15 PM -0400 8/18/04, you wrote: I'm trying to set the color of a vector graphic at r

Setting vector colors

2004-08-18 Thread Kerry Thompson
I'm trying to set the color of a vector graphic at runtime. I need to give it an rgb value, but it seems to only want to take palette colors. Here's my code: channelColorList = [160104100, 192138100, 189180112, 135162111, 112147110, 101155153, 98134145, 95113146, 127104147, 131095122] (in a lo