Hi
I am generating some objects randomly and its working good but if its getting delayed in starting the layout means from start screen if you delay in pressing "start" button all the object are getting loaded and all the objects coming at a time as a group.
I have tried fixing this by grouping the events and deactivating this group on start of layout and activating on space bar is pressed but this didnt worked.How to fix this.Please help me.
Thanks in advance
I've a few questions for you that will help us get to the solution:
1) Are you generating the same object type or different object types?
2) How many objects are you trying to create?
3) Do you want the objects to spawn at the same time or one at a time with a delay in between?
4) Do you want to wait to spawn the objects until after the start button has been pressed?