Hello, I have a problem with construct 2. Export a program I created, but my problem is when you set the html code generated, you just want the generated program does not start immediately, so I work with another canvas that starts the program and a call button construct2 generated application, I call the following function:
jQuery (document). ready (function () {
/ / Create new runtime using the c2canvas
cr.createRuntime ("c2canvas");
});
Once inside the application made ??by construct 2 I have a timer that when it reaches zero should complete the application and run the application finished construct generated by 2, then move on to another canvas which gives me the results, but when I get back into application trying to do the call the same function:
jQuery (document). ready (function () {
/ / Create new runtime using the c2canvas
cr.createRuntime ("c2canvas");
});
and I started from scratch activity wanted to know if it was OK to call 2 times a createRuntime function or is there something to stop or restart, I owe earlier.
thanks