Hello. On the way to improve my 3D gui, i wanted to add some eye candy 'features'. One of them is to have objects react to moseover. I wanted them to grow on mouse enter, and reshrink on mouse exit, and stay grown until cursor exits. I wanted to use SizeInterpolator, as it seemed the easiest and cleanest way to do this, but i'm facing a problem. When the interpolator finishes its increase, there is no way for me to know it, and also, no way to substitute it with a regular size increase. I will encounter flashes, sudden reshrink, and such bad things. I first thought that i could create a pause at the apogee of the Alpha, and then resume when mouse exits, but the doc says that instead of pausing when encountering the date, it jumps to it. Thus, the effect will not be the desired one. Any idea, anyone?
=========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".