Exit Game:
I tried that way:Mouse->On Left button Clicked on Exit Text-> Browser Close. It does not work, if I click then nothing happens.
Restart layout:
I tried that way:-> On start of layout--> Spawn Enemyes(5)
-->enemies(enemy1,enemy2,enemy3...) On destroyed-->Restar layout
In this case, the layout will restart every 1 second.
Why don't work? :(
Please help me!
Thanks you!
This is just guess work without the file, please share the Construct 3 file.
I made a new project for these problems.
drive.google.com/file/d/1YIW4zVmyReRu8RO7BR8B6MaUEAmn9Y73/view
Clicking the text object to exit the game works fine for me...
As for the question, you can says if family1.count=0 then restart layout. count is the number of family1 objects in the layout which is 2 to begin with.
Thank you very much for your reply!
I'm sorry because I write again, but I have a problem.
In your previous message, you told me what to do, I just don't know where in the program?
I would be grateful if you could help me(with a video or anything)!
Thank you!
Hiya, it's system (the cog icon) > compare 2 values. First value, family.count. 'equal to' Second value, 0. Then the action on the right side is 'restart layout'.
I will do my best to succeed, but unfortunately I do not succeed. :(
drive.google.com/file/d/1izhElW_OE11AD4nvYDjtAlcpt9sH45kZ/view
Umm you are not destroying the objects? You need an event when the bullet on collision with family, destroy family.
Develop games in your browser. Powerful, performant & highly capable.
Thank you very very much! My whole day was about that.
Tahnk you!