fadeObject()?

Using Toolbook 11.5, IE10, and version 11.82.323 beta of the PowerPac. I'd update the PowerPac but the download isn't available at the moment (Sunday morning).
I am trying to use the fadeObject() function to effectively achieve a one-time fade with notification when complete. To accomplish this, I'm using the fadeObject() function to set the opacity of another button to zero over 2000 milliseconds. If I understand the function, I also have to set this function to loop in order to generate the notification.
I've set up a test and the fadeObject() function is working and looping but not sending the notification message to the object I'd like to receive the notification. In the object that should be notified, I have an OnUserEvent handler set up to stop the fadeObject() animation immediately. Since this OnUserEvent isn't being triggered, it is suggesting the function is failing, or I've misunderstood something.
I've also noticed that if my fadeObject() call sets the opacity to 0 in the animation, it will not loop. So I changed the call to set it to "10" during this test and I can see the loop as expected but I still don't seem to be generating the notification I expected.
Help?
Thanks,
Peter H.
I am trying to use the fadeObject() function to effectively achieve a one-time fade with notification when complete. To accomplish this, I'm using the fadeObject() function to set the opacity of another button to zero over 2000 milliseconds. If I understand the function, I also have to set this function to loop in order to generate the notification.
I've set up a test and the fadeObject() function is working and looping but not sending the notification message to the object I'd like to receive the notification. In the object that should be notified, I have an OnUserEvent handler set up to stop the fadeObject() animation immediately. Since this OnUserEvent isn't being triggered, it is suggesting the function is failing, or I've misunderstood something.
I've also noticed that if my fadeObject() call sets the opacity to 0 in the animation, it will not loop. So I changed the call to set it to "10" during this test and I can see the loop as expected but I still don't seem to be generating the notification I expected.
Help?
Thanks,
Peter H.