I'm not thinking this is possible, but maybe I'm wrong. If it isn't possible, it definitely would be a nice feature.
Anyway... is there a way to quickly replace an object in code with another one? For example, say I have two sprites, and in my code I have just:
"On start of layout - Object 1 Destroy"
Now... I want to copy/paste this destroy action and change the second action to Object 2 Destroy...
To do this currently, I have to double click the action, go in and go back to the objects, change it to Object 2, and then click through the menus until it's done. But what if I have a piece of code that utilizes Object 2 already?
Wouldn't it be easier if I could like alt+click on the Object 2 icon in another piece of code, and then drag/drop it on the Object 1 icon for the Destroy event, and it would automatically update to Object 2?
Is something like this possible and I just don't know the shortcut for it?