Match3?
jmp909
Member Posts: 73
hi,
i'm wondering if it is possible to implement "match 3" with GameSalad?. I used Box2D in Actionscript3 and checked my array of contact points to see if an item was connected to more than 1 other, so i could remove them if they were all connected
I'm not sure how I'd do this in GS without script.
Basically objects fall onto the screen and I want to check for 3 or more connected objects of the same type (be it shape or colour or whatever), and then remove them from the board
if this is possible, any pointers would be great.
thanks
J
i'm wondering if it is possible to implement "match 3" with GameSalad?. I used Box2D in Actionscript3 and checked my array of contact points to see if an item was connected to more than 1 other, so i could remove them if they were all connected
I'm not sure how I'd do this in GS without script.
Basically objects fall onto the screen and I want to check for 3 or more connected objects of the same type (be it shape or colour or whatever), and then remove them from the board
if this is possible, any pointers would be great.
thanks
J
Comments
That being said, why on earth would you want to make another match 3 game? The app store has a ridiculous amount already.
thanks
j