komencanto's Forum Posts

  • 3 posts
  • Is there a Canvas object like in CC to draw lines, rectangles and so on?

  • When I'm trying to check values in an array in the debugger I see only its X values.

    Is it possible to see other values as well? For the array 20x15x1, for example, I can see only 20 X values and no Y values, like this:

    [attachment=0:2flzsn11][/attachment:2flzsn11]

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Hi, I'm trying to follow the tutorial about making "Match-3" game using CC and C2.With C2 there are no problems yet, but with CC I stuck at the part two trying to make block swapping work. I noticed that in "on drop" event there is working only the sub-event without "else" (leftblock). The second condition (bottomblock), which has "else" in the beginning just causing crashing of the program, and others conditions with "else" doesn't work. Tried to remove "else" and it worked only for bottomblock, after that program starts crashing again or blocks begin to dissappear.

    I wondering if it is a bug in my program or it is a bug in CC which makes impossible to use "else" in event?

    [attachment=1:1yk5648a][/attachment:1yk5648a]

    [attachment=0:1yk5648a][/attachment:1yk5648a]

    For now I just use additional conditions for each colored block of no overlapping with others colored blocks instead of "else" and everything works fine.

  • 3 posts