Hello there.
I'm trying to tint instances with AS2, with no luck yet. I've found the 'setInstanceTint(colour, strength)' command, but adding that to the end of the instance name, hasn't worked....

_root.rooms["room"+roomFacing].clicked.setInstanceTint(0xff0000, 50);

Is there something about the document.DOM I need to import or something else I'm missing?
Cheers,
moose.