How to create a game similar to bubble pop?
I want to develop a game that is similar to bubble pop. How do I make it so that the player touches the bubble to make it "pop"? Also how would I go about making the bubble wrap ascend as the game play proceeds? Any help is greatly appreciated along with a basic step by step guide because I am just starting with game salad and would like to know how to make this. Thanks!
Comments
Cheers
rule if bubble is touch pressed
animate
timer - after 2 seconds (or how long animation is) destroy actor.
Have your bubble actor, inside that do this:
Move (behavior) in which direction you want, and at what speed. (You can also animate it.)
Rule: When touch is pressed,
destroy this actor (this is also a behavior)
Hope this helps
Thank you for your help Braydon