tavi's Forum Posts

  • Sorry for a rant.

    But what I really dislike about C2 is the text object editor. Why are we limited to the text field? It is extremely inconvenient. Adding/editing even a paragraph of text takes longer time than it should

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I have the same problem. My game is only 50 mb. And there are only a couple of music tracks. Still it crashes, unless I use "dont preload sounds".

  • newlee

    Thank you!

  • Thank you.

    It works. But only if I set animal as a global variable instead of local number.

    Why would that make any difference in this case?

  • So, I want to change images of a sprite object on click.

    I saved two different pictures as two animations (with one frame each) of the same object.

    The code is the following:

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

    It does not work. It also does not work if I make them frames of one animation and change the frame in the event sheet.

    It doesn't matter whether I choose just "tap" or "tap on object", nothing.

    Thank you.

  • Wow! Indeed it looks better.

    I am still very new to C2 and don't know all its possibilities ).

  • Thank you!

    I did not anticipate that!

  • What I am trying to do is a "bobbing" movement for a ship by making the sprite rotate first in one direction and then in another.

    You can see my events here.

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

    Why is it not working? Is there something specific about how Construct treats conditions?