Creating and send data via dynamically created names (e.g. [send] $1)
Max Patch
Copy patch and select New From Clipboard in Max.
I am looking to create a dynamic way of changing images via passing the hover state name. I will have several buttons in the patcher and trying to find a effiecient (and dynamic) way to load images to achieve different states of a button. This is what I currently have:
I have tried forward, pattrforward, and send objects but to no avail.
Is there any way of replicating this functionality? Can you use js event listeners or even js to send the message to the appropriate [receive] object.
I fixed my problem with Javascript. In my Javascript, I used the messnamed() function to send the dynamically-created message to the appropriate image to load that image.
I'm on a roll