I want to created a health bar for each enemy, but when I go into the debug menu I see the bars keep being created over and over so hundreds are on screen. They should be created once per instance as described. anyone know what's happening.
https://www.dropbox.com/s/mlrs497i80sf7u1/image.dib?dl=0https://www.dropbox.com/s/yds4wexfxhzce4w/image2.png?dl=0
Try System - Trigger once.
I had that problem with a 'Home' button.
Develop games in your browser. Powerful, performant & highly capable.
You could do:
Enemy: On created - Create health bar
Which will run once per enemy
jeffige yeah I tried that but didn't work, cheers for the reply thought friend. OddConfection cheers that worked, thanks dude. No I can move on with my project . I'm still confused as my other method should've worked, maybe it's a current bug, as I've used it in the passed and sure it was fine.