Sorry, i'm forget the debug panel. I'll look at that for the next update.
I don't use the Rex_Spline id because i'm add some own features for later releases.
This is very useful for me. Thank you for that :)
Thank you! :)
Valera, can you checkout this problem here? :
construct.net/en/forum/construct-3/plugin-sdk-10/construct-3-runtime-a-few-cons-137539
Nice, thank you!
Thank you for this. Its very useful.
I have found the solution. The problem comes only, when i trigger too fast the function.
Ok, i have tested it (with function-plugin), but don't work for me. I don't know why!?
Uncaught TypeError: Cannot read property 'GetEventSheet' of null
at C3.EventSheetManager._FastTrigger (eventSheetManager.js:1)
at C3.Runtime.FastTrigger (runtime.js:1)
at C3.Plugins.Function.Instance.FastTrigger (sdkInstanceBase.js:1)
at C3.Plugins.Function.Instance._InvokeFromJS (instance.js:1)
at b (instance.js:1)
at blob:https://preview.construct.net/45780e92-7585-4277-b9cd-4455a80a4f1b:26
Have you a example-file for this?
Great! Thank you!
Is there any Callback-Function?
Example. I have a timeout-function at javascript. After the timeout, i will call a condition in construct 3:
setTimeout(timeisover,1000); function timeisover() { var x = 0; if(x==0) { // Call Construct3-Condition with Argument CallbackFunctionToConstruct3(x); } }
setTimeout(timeisover,1000);
function timeisover() {
var x = 0;
if(x==0) {
// Call Construct3-Condition with Argument
CallbackFunctionToConstruct3(x);
}
I hope you understand what i mean.. :)
This plugin was important for cs3! That helped me a lot so far. Thank you so much for that.
Can you add this? :)
chancejs.com/miscellaneous/weighted.html
Great Plugin. Thank you for that!
Now, it works, thank you :)
Member since 18 Oct, 2016
Tutorials and more