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.