maybe this suggestion is too high level, but you could have a method like this:

Background#fadeout(r,g,b) .... where that would fill the background
colour then fadeout by using the alpha

...hmm ... actually, you'd need to be able to access a way to define
the fadeout period.

useful to me, but perhaps not useful to anyone else.

Etienne

... actually, more generic might be: Background#transition( color1,
color2, timeperiod)

On Fri, Dec 12, 2008 at 4:43 AM, Seth Thomas Rasmussen
<[email protected]> wrote:
> On Thu, Dec 11, 2008 at 12:33 PM, Krzysztof B. Wicher <[email protected]> 
> wrote:
>> Seth has a good suggestion. In fact, I am using two approaches depending
>> what is easier. I either put a shape and change the fill when I need it or
>> clear the float and fill it with a new content. Have a look at the two
>> clasess I wrote one is using "clear" (http://the-shoebox.org/apps/94) and
>> second - changes fill of the object (http://the-shoebox.org/apps/101).
>
> I hope the Background#fill= method discussion I linked to describes
> something we will eventually see, though. Or, apply the :fill style to
> slots. The shape approach works fine for now, but I don't like having
> to create another object when the slot already has background-y
> abilities.
>
> --
> Seth Thomas Rasmussen
> http://greatseth.com
>

Reply via email to