yesterday
Does anyone know if there is a GDL command to sense when you are moving a Moving-Hotspot in an object? I would like to be able to change the appearance of the library object while a Moving-Hotspot is in motion or selected. Thanks
yesterday
You can try to piece it together with GLOB_FEEDBACK_MODE and GLOB_MODPAR_NAME.
Depending on the parameter and what you are trying to achieve you might need to shadow the parameter and compare the old and new value.
Might be more or less tricky, but it’s possible. I’ve done it in the past.