Thank you very much for your help!!!
Develop games in your browser. Powerful, performant & highly capable.
I want to drag an object with mouse... store its path in array and then when i click a button the object must do with some speed the same movement over path... i want a continious movement.. not over grid.. thanks for help!!!
Store object path while dragging to array and force it to repeat the movement on button click?
here is the new
https://www.dropbox.com/s/d38jtmjom05gs ... .capx?dl=0
.capx without plugins...
so the solution is only to make thicker walls...
Thank you for your help!!!
Unfortunately your ,capx is using a non-standard plugin. Any chance of creating a version without the plugin?
which plugin? i think i removed them all...
Here iis the .capx file... when you press heat button 2 times sprites are going out of box...
https://www.dropbox.com/s/ylppx7zvetopj ... .capx?dl=0
Hi can someone help me on that? i want to have number of 100 sprites moving in a closed box with high speeds... i tried bullet bounce of solid.. but some sprites are going through box walls...
Thank you for your advice!!!
Very helpful!!! Thank you very much!!! But could you post a more detailed .capx file?? ex. if i want to move axes sprite on fynction y=1/x how could i do that?
It works!!! Thank you very much all of you!!!
that will never work fine... .because c2 destroys sprites on the next tick..so loop can choose one sprite several times... you need a boolean instance variable.."destroyMe"
that will never work fine...
.because c2 destroys sprites on the next tick..so loop can choose one sprite several times...
you need a boolean instance variable.."destroyMe"
you are right.. can you post a corrected .capx file?
LittleStain try this one Test.capx
Thank you!! this worked fine!!!
You used the wrong condition. It's pick random instance.
What do you mean? I want to remove 20 random instances. Code says that remove instance 0 every time.. isn't this right?
https://www.dropbox.com/s/yg3w9j9iy057m ... E.PNG?dl=0
here is a photo of event sheet...
Tried this too... but same result..
https://www.dropbox.com/s/2zcrfdkod5zeu ... .capx?dl=0