Let me try this again. This is my second try at posting. The first one showed up closed. I have a page which several pictures on it and I want the user to double-click on one of the pictures to move forward to the next page. I created a transparent button over the object and then added an actionto that button that says OnMDblClkGoTo next page. Works fine when I publish to an executable, but I get an error message when publishing to HTML or to SCORM. The error message is: OnMouseDoubleClick events not supported for pages.However, all resources I have looked at seem to be saying that you can use the doubleclick feature at the object level and a button is an object. Any ideas on what I need to do to use the doubleclick feature when publishing to the Web/SCORM?