Hundreds of features to explore
Games made in Construct
Your questions answered
Popular & trusted by schools and Universities world-wide
Construct 3 runs in the browser & works offline
Students do not need accounts with us
Our educational partners
Free education resources to use in the classroom
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
yea i tried this but if I set the isMoving variable to false it changes all the vars from the other objects aswell~
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 ~
Develop games in your browser. Powerful, performant & highly capable.
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.