View Single Post
  #1  
Old 07-13-2012, 02:01 AM
Mark Sir Link Mark Sir Link is offline
Kevin Azite
Mark Sir Link's Avatar
Join Date: Sep 2005
Posts: 1,489
Mark Sir Link is just really niceMark Sir Link is just really nice
Send a message via AIM to Mark Sir Link
catchevent expansion

I'm trying to create a system where I can have several Objects catch an event so that they're "linked" in a sense so that the event occurring on one Object will then be caught by all the others.

However, I'm finding catchevent doesn't really catch any of the events I'd find most useful.

PHP Code:
object.catchevent(otherobject"onActionRightMouse""onActionLeftMouse"
for example does not catch onActionRightMouse, and I'm sure there are numerous other triggers and events where this is not the case.

can catch event be expanded to catch all of these?
Reply With Quote