Ready Function for MX HTML5 Target

Started by RonTek, July 01, 2017, 08:25:47

Previous topic - Next topic

RonTek

Hey guys,

I have a javascript function that needs to use like..

foo.ready(function(){
//code here
return x;
});


How do I setup and call this from Monkey-X? I need to get the return value when it is ready.