I’m using Wick Editor 1.19.3 and for some reason there’s an error. I looked at how you’re supposed to use clones, and I should be doing everything correctly. Any help will be appreciated. Here’s the file: ThingClone.wick (1.6 KB)
This is really a bug! I tried using this
, instead of var
. (Since I don’t have really too much progress with Wick Editor, I’m not sure if this is a bug)
I made edits to your project
My Project3-5-2021_13-06-13.wick (1.7 KB)
What I did was check to see if the object is a clone to know when to change its position.
if(this.isClone){
this.y++;
}
I also changed some variables to make them “reachable” from different objects
1 Like
Nope, your problem is not with the clones, but with everything else… var scope and js.
My Project3-5-2021_14-07-53.wick (1.6 KB)
1 Like