Re: animated GIF problem fixed, then...

2000-04-07 Thread Scott Raney
On Fri, 7 Apr 2000, Tereza Snyder wrote: > On Fri, 7 Apr 2000, I wrote: > > > >> I have an animated logo on my splash screen, which I play once at startup > >> using this code in my openstack handler: > >> > >> set the repeatCount of image "logo" to 1 > >> wait until the currentFrame of im

animated GIF problem fixed, then...

2000-04-07 Thread Tereza Snyder
On Fri, 7 Apr 2000, I wrote: > >> I have an animated logo on my splash screen, which I play once at startup >> using this code in my openstack handler: >> >> set the repeatCount of image "logo" to 1 >> wait until the currentFrame of image "logo" >= the frameCount of image >> "logo" >> se

Re: animated GIF problem

2000-04-07 Thread Scott Raney
On Fri, 7 Apr 2000, Tereza Snyder wrote: > Hi all, > > I have an animated logo on my splash screen, which I play once at startup > using this code in my openstack handler: > > set the repeatCount of image "logo" to 1 > wait until the currentFrame of image "logo" >= the frameCount of image

animated GIF problem

2000-04-07 Thread Tereza Snyder
Hi all, I have an animated logo on my splash screen, which I play once at startup using this code in my openstack handler: set the repeatCount of image "logo" to 1 wait until the currentFrame of image "logo" >= the frameCount of image "logo" set the repeatCount of image "logo" to 0 Thi