i have made an object with variable (num) so i create 3 sprite with that object with num = 2,3,5 so the event every object.num second = sprite die
so why they die all together?? is that a bug or its not supported or what?
here capx.
https://dl.dropbox.com/u/67034121/scirra%20construct2/destroy%20every%20seconds%20example.capx
<img src="https://dl.dropbox.com/u/22173473/destroysprites.png" border="0">
Capx
chrisbrobs works fine o.o but isn't that a bug or its normal that every x second doesn't support variables?
Develop games in your browser. Powerful, performant & highly capable.
It's not a bug.
"Every x seconds" does no picking, so when it runs all of the sprites are picked and destroyed.
R0J0hound i see
Closing as not a bug, R0J0hound's explanation is correct.