on (release) { pics_value1++;
if (pics_value1>4) { pics_value1 = 1; } mov1._visible=false; mov1._xscale=100; mov1._yscale=100; if
(pics_value1==1) {
loadMovie ("www_pages_cnds_aug2001.swf",
"mov1"); mov1._visible=true; text="August 2001. A bit garish
now, but it seemed to look okay at the time"; } else
if (pics_value1==2) { loadMovie ("www_pages_cnds_sept2001.swf",
"mov1"); text="September 2001. I tried a little animation, which
worked for the first few times, but the user would soon get bored with it."; mov1._visible=true; } else
if (pics_value1==3) { loadMovie ("www_pages_cnds_nov2001.swf",
"mov1"); text="November 2001. There seemed to be a trend away
from Flash movies on the Home pages, so I modified it to give a clearer design."; } else
if (pics_value1==4) { loadMovie ("www_pages_cnds_dec2001.swf",
"mov1"); text="December 2001. The page was then refined again
to support more focal point graphics."; } }
|