Hi, i am kinda new to C2 been playing around with it for about 2 weeks and i am making a bubble-pop like game i have all the things i need accept i cant get my ball to detect the frames of the bubble it's hitting.
this is my setup:
Bubble: animations 0 - 3 (Red, Green, Blue, Pink)
Ball: Same as above
each time the ball is fired it makes a new one with a random frame (colour)
<img src="http://img507.imageshack.us/img507/2340/captureyof.png" border="0" />
the above dose not work it just destroys the ball no matter the frame (colour)
i have tried changing the bubble to ball still no dice.
also is there any way to detect if there is 3 or more of the same frame connected if so destroy all of the same frames connected.
thank in advance.
EDIT: Also i am still using the free version if that makes a difference (hopefully getting personal soon)
EDIT2: i mean bullet not ball in my setup