AnyLogic 6 Discussion

In version 5, I used to write the interactive simulations by using onMouseClicked() and onMouseDoubleClicked() methods within Main->Animation->Code->Additional class code. How should this be done now with AnyLogic 6? I know that all graphical objects are supposed to have onMouseClicked() now associated with them...
Please go to the Dynamic properties of any graphical object. There is "On Click" field. So you may type here some code that will be executed when you click on it by mouse.
OK, than maybe you may want to add "On Double Click" field into the Dynamic properties of graphical objects, since a single click is too limiting for effective interaction.
Thank you for your suggestion. Probably this feature will be included in further version of AnyLogic.