double click this file's icon in the folder to open it
problem is when the mouse drags the object file to the target location, it holds the object and doesn't let it go. In a consequence, the file's icon cannot be generated in the folder since it is still held by the mouse. However, if my last slides is dropping objects, then when sikuli slides app stops, the mouse automatically drops the object.
One way I found to solve it is to add a click action after the drop action with the same target location.
I created this sequence of slides.
problem is when the mouse drags the object file to the target location, it holds the object and doesn't let it go. In a consequence, the file's icon cannot be generated in the folder since it is still held by the mouse. However, if my last slides is dropping objects, then when sikuli slides app stops, the mouse automatically drops the object.
One way I found to solve it is to add a click action after the drop action with the same target location.