Trouble with events with duplicated objects

Welcome to our brand new Clickteam Community Hub! We hope you will enjoy using the new features, which we will be further expanding in the coming months.

A few features including Passport are unavailable initially whilst we monitor stability of the new platform, we hope to bring these online very soon. Small issues will crop up following the import from our old system, including some message formatting, translation accuracy and other things.

Thank you for your patience whilst we've worked on this and we look forward to more exciting community developments soon!

Clickteam.
  • Hello,
    I'm having trouble programming events for an object that is duplicated several times on the level. For example, I made a fan with a particle effect, every 10 milliseconds 10 particles spread in front of the fan, it looks good, but when trying to duplicate this fan several times on the level, the effect is lost, sometimes only one fan launches particles, sometimes the other one starts launching and then stops. Can anyone help me?
    Thanks!
    Renan

  • Every 10 milliseconds sounds like a loooot of particles. There is a limit in the number of active objects on screen.

    You should give them lifetime (by adding 1 for example every 10ms in their alterable value A) and destroy them (when the value is equal for example with 3 or as much as you want)

    By this way you will keep their number low. But the more fans the more particles.


    Another thing you can do is to make an animation that contains more than 1 particle and instead of 10 create 5 in example.

    Old School Shoot-em up for Android :
    Please login to see this link.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!