• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!
  • Hello [name]! Thanks for joining the GMC. Before making any posts in the Tech Support forum, can we suggest you read the forum rules? These are simple guidelines that we ask you to follow so that you can get the best help possible for your issue.

Progress bar for creating a large amount of Instances

F

Fukle

Guest
Hey everyone,
I was just wondering if it were possible to create a progress bar that fills while thousands (for example) of instances are created. I have tried putting something together with by having an object that's sprite has 10 images, each gradually wider. This object would start it's animation at the same time the Instances start being created (via a FOR loop) and once the animation is finished all Instances go from; "visible = false" to "visible = true". Although this seems to freeze the client, create all instances, then start the animation.

tl;dr I'd like a progress bar that fills while a large amount instances are being created.
 
Top