When a striped candy destroys a row, is the row direction random?

When you combine 4 candies in a row, you are left with a striped version of that candy. If you subsequently destroy that striped candy, it will destroy a whole row of candies.

I have noticed that the row direction is sometimes horizontal, and sometimes vertical.

Is this chosen by random? or is there specific logic that determines the direction? If so, what is that logic?


Solution 1:

Short Answer:

  1. When you use a striped candy, you can tell which direction it will clear based on the direction of the stripes:

    enter image description here

  2. The direction of the stripes is determined by the direction you moved the final candy to create the striped candy, as described below.

According to my experience and online sources:

The direction of row/column destroying candy (indicated by the direction of the stripes on the candy) is determined by the direction you moved the piece to create the special candy.

--X-                   --X-
--X                    --X-
-X-- Move horizontally --X- creates a row destroyer that destroys horizontally
--X-                   --X-

----                 ----
-X--                 ----
X-XX Move vertically XXXX creates a column destroyer that destroys vertically
----                 ----

Moreover the location of special pieces is the location of where the piece that was moved to create the bonus ended up. So:

In the first example, it doesn't really matter because the special candy will fall to the bottom.

In the second example, the bonus would appear at the location second from the left like so:

----
----
-O--  
----

In the event that you move a striped candy to create another striped candy, the location of the new striped candy will be randomly selected from one of the other candies in the set and the striped candy you just moved will activate.

Solution 2:

Check out these websites for more information on how the candies work

http://candy-crush-saga.wikia.com/wiki/Candies

Or, check out this one which has a better explanation.

http://www.imore.com/candy-crush-top-10-tips-tricks-and-cheats and got to the 4th tip.

Taken from the second link:

Candy is stripped in the same direction as the final candy moved to complete the previous formation. If your move a candy horizontally, it will make a horizontal stripe, which will then explode horizontally as well.