— See this:
https://c3demo.stranianelli.com/mini-template/001-execute-a-function-from-separate-event-sheet/source/c3p/execute-a-function-from-seprate-event-sheet.c3p
https://c3demo.stranianelli.com/mini-template/001-execute-a-function-from-separate-event-sheet/
https://c3demo.stranianelli.com/mini-template/001-execute-a-function-from-separate-event-sheet/demo/
It depends on what you want to achieve. You can embed a procedure in a function to be performed only when necessary, when you decide
619_RM
You can use https://www.construct.net/en/make-games/manuals/construct-3/scripting/scripting-reference/object-interfaces/iworldinstance
https://twitter.com/el3um4s/status/1357263976007143428
Develop games in your browser. Powerful, performant & highly capable.
Thank you :)
How can I get the dimensions of a mesh?
I can create a new object with
const objectInstance = runtime.objects.Key.createInstance("Keyboard", 200, 150);
But how can I create the hierarchy?
Is there such a thing as this?
const objectInstance = runtime.objects.Key.createInstance("Keyboard", 200, 150, {hierarchy: true});
I think you missed a comma
distance (X1, Y1, X2, y2)
However, you can also use a function to solve this problem.
You can save the positions in two local variables and use them as the basis for calculating the distance
Just uploaded a new version
2) What's a good thing in Construct 3 (or handy tip) that people might not know? I just discovered this today - the 'Recreate initial objects' action. When I saw the name I thought ok I guess it could be useful. Today I realized it can load objects from different layouts with region and offset. That's huge... that's Spelunky type procedural level generation made simple.
2) What's a good thing in Construct 3 (or handy tip) that people might not know?
I just discovered this today - the 'Recreate initial objects' action. When I saw the name I thought ok I guess it could be useful. Today I realized it can load objects from different layouts with region and offset. That's huge... that's Spelunky type procedural level generation made simple.
simstratic : This is really something I didn't know about. Thanks a lot!
I had the same problem a few days ago. After shutting down and restarting windows it resolved itself. I didn't understand the cause.
OK! I got it
To add more currencies you need to edit the js script. For the moment it is limited to only one.
What is the error message?
Yes, it can potentially handle multiple currencies. In the example I have limited myself to just one.
Member since 9 Nov, 2015