How do i get effect like this?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By atopetrick

I’m create gems puzzle game, in my game there is requirement that 2x2 matrix gem will group then it will convert in power gem.

What i want to achieve is :

Image

What should i do to achieve this ?

The image doesn’t display.

unfa | 2019-02-13 22:45

I don’t quite understand the “effect”. You want to go from 4 small sprites to a big one ?

TheFamousRat | 2019-02-14 00:54

@TheFamousRat yes, it can be done with this 4 gems or i need another big gem image for that?

atopetrick | 2019-02-14 04:37

:bust_in_silhouette: Reply From: xpartano

Have you checked this tutorial?

It gives you an idea of how to achieve what you want. He doesn’t check for 2x2 matrix match, but you could just adapt his script to also check for a 2x2 match. I hope it’s useful for you :wink:

Many thax @xpartano.

atopetrick | 2019-02-14 11:47