yea i tried this but if I set the isMoving variable to false it changes all the vars from the other objects aswell~
Develop games in your browser. Powerful, performant & highly capable.
i did that..it doesnt work lol..do you mind uploading a test project where the setup is correct? i really dont know why it doesnt work for me
Nope ... would be no use seeing as the issue is on your end.
You could post your capx ....
here you go..i want the sprite in the bottom right to stay where it is..and the new instances which spawn to move
file-upload(dot) net / download-10460583/prokect.zip.html
lol i cant upload files, so ~
Fireche: Where you created the new objects? In the editor? Because there it doesn't work. What i meant is, that you need to create the new objects at runtime (with code in the eventsheet) : system -> create object [https://www.scirra.com/manual/125/system-actions]
Then you can set the instance variable for the currently created object. If you want to create more objects, you can use a loop for this.