Ok, so I have created an object at a image point using the system function. However, when I attempt to change the opacity of said created object at a later time, I have little luck. The flow basically goes as such:
ObjectA overlaps objectB => create objectC at imagepoint 1 on ObjectA
Mouse is over objectA=> set opacity of objectA
Mouse is over objectC=> set opacity of objectC
I have tried this both as it is written here, and with a for each object loop, with no luck in either setting. Any ideas?