Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
hi i make bubbles touch game
i create every 1 second create bubble different names
i add text global function if
white bubble is equal to 0 how i stop creating white bubbles
plz help
gumshoe2029 PixelPower
Lalitinnovations
Please do not bump your own thread after barely 5 minutes. It is acceptable to bump a thread after 24 hours if no answer has been forthcoming.
Please be aware that those who generally offer help come from many varying timezones.
Please be patient.
where you create white bubbles, add a System Event "compare two values" saying:
(first value) WhiteBubble.Count (comparison) > Greater Than (second value) 0
Then the following code where you have create object WhiteBubble will only execute if there are still other instances of WhiteBubble.
You can use a static variable like "makeBubbles=1"
then change that variable to "makeBubbles=0" when you want it to stop.
Then for your Create White Bubble action, you can use a Compare Variable to 1.
Like:
Develop games in your browser. Powerful, performant & highly capable.
OK that good I have try
Sorry I haven't been online for a couple of days. If your still having trouble let me know and I will make a quick demo capx for you.