dim3 Forum

Full Version: Objects click each other?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
This is sort of a fluff question, not pertaining to what I'm working on. Just curious.

Is it possible for an object to be clicked by another object? Or for that matter I suppose by a projectile or a map? Though really it seems like "clicking" is done specifically by the player. I was wondering because of seeing the obj.click.objectid and obj.click.object name bits. Sounds like you would need them if it was being clicked by another object.
I don't think that's possible.
If I wanted to do something like that, I would use messages.
Gordon CSA Wrote:This is sort of a fluff question, not pertaining to what I'm working on. Just curious.

Is it possible for an object to be clicked by another object? Or for that matter I suppose by a projectile or a map? Though really it seems like "clicking" is done specifically by the player. I was wondering because of seeing the obj.click.objectid and obj.click.object name bits. Sounds like you would need them if it was being clicked by another object.

Nope, only the player can click at this point.

[>] Brian
Reference URL's