Re: Messaging
Status: Alpha
Brought to you by:
cwalther
|
From: Christian W. <cwa...@gm...> - 2011-10-28 10:49:20
|
> Is this what you meant?
> Including this in node 34:
> onenternode(function() medCtr_recordsRoom = pipmak.thisnode() end)
>
> And the message to 34:
> medCtr_recordsRoom:message("lightFlicker")
>
> If I do that pipmak says medCtr_recordsRoom has no "message" function.
That should work. Can you give more details about your situation? Is node 34 the background node and the other node an overlay, or the other way around, or both overlays? At what time (in response to what) are you calling the message method?
-Christian
|