Delay as node sub-graph?
Hi all
I am using this script as a custom node in my visual scripts to delay an event:
// DelayedCall.js // @input float delay // @output execution callback if (script.callback) { var evt = script.createEvent("DelayedCallbackEvent"); evt.bind(script.callback); evt.reset(script.delay); }
but if i export my visual script and import it into other projects, this custom delay node always gets deleted an is only visible as an empty custom node.
So i want to rebuild this script in nodes so it will get exported correctly in future projects.
But how? I tried something like this, it gets called once and the reset / delay node doesn't do anything right now..
Hi, as I want to integrate the snapchat through api on cricket game free site. But after multiples tried I haven't integrated it properly. Could you help me with it. So we could easily share the snaps directly on our website without facing any issue. Even I contacted to my developer. So he directly said to me that he haven't such experience. Beside it I also tried different wordpress plugins but all in vain.