MoveTo behavior has MovingAngle expression. Use System conditions like "Is within angle", "Is between angles" to compare it.
For example:
Enemy.MoveTo.MovingAngle is within 45 degrees of 270
This means it's moving up.
It's better to prepare array files directly in Construct using the built-in array editor.
Try something like this
const d = runtime.objects.Dictionary.getFirstInstance(); console.log(d.getDataMap().get('foo'));
construct.net/en/make-games/manuals/construct-3/scripting/scripting-reference/plugin-interfaces/dictionary
You can try loading that string into JSON object, but not into a C3 array.
Arrays in Construct have a specific structure, for example:
{"c2array":true,"size":[2,2,1],"data":[[["line1"],["line2"]],[["Hello!"],["How are you?"]]]}
It's easier to use Array Editor in C3, it's very similar to Excel. And I'm pretty sure you can store quotation marks as they are, no need to double or triple them.
Change the expression to 60/distance()
Develop games in your browser. Powerful, performant & highly capable.
"Gacha" is an array. You need to loop through it in reverse order and remove values one by one.
+ System: On start of layout -> JSON: Set path to "Gacha" ----+ System: For "n" from JSON.ArraySize(".")-1 to 0 --------+ System: JSON.Get("." & LoopIndex) is between 29 and 34 ---------> JSON: Remove 1 values at "." starting LoopIndex
Yes, there are people available for hire, you can make a post on this sub-forum:
construct.net/en/forum/game-development/job-offers-and-team-requests-28
Check that the event sheet is attached to the layout.
it worked but there is always a frame late
So it is working! You need to adjust your animation, maybe remove the first frame, or move it to the end of the animation. I can't tell you the exact solution because you didn't share your project.
So you are you using an animated sprite as a particle object? Check the animation settings (speed, looping etc.) in the animation editor.
See these posts:
construct.net/en/forum/construct-3/general-discussion-7/discontinuation-support-177127
construct.net/en/forum/construct-3/general-discussion-7/outdated-android-billing-177148
Member since 26 May, 2016