chrislechat's Forum Posts

  • I've changed the link in the first post it's the same project in 2 version of construct.

    with chrome in the first the sroll with the finger on the canvas can zoom and scroll but on the second with the last version r132 not work (tested on mobile with screen 5" android).

    I just tested on mozilla it is the same thing.

  • hello, (excuse my english)

    on android with chrome and other the scrolling expansion and horyzontal and vertical scrolling no longer works with the new version of construct2 (r.132).

    the first link test exported page with old version of construct 2.

    (scroll works)

    http://www.les7differences.com/les_7_differences/001_jeu_7_erreurs/jeu_7_differences_pot_a_crayons.html

    the second link test exported page with new version of construct 2 release 132 (scroll not works).

    http://www.les7differences.com/les_7_differences/001_jeu_7_erreurs_2/index.html

    the 2 pages exported with no fullscreen and yes scroll bar, all the same parameter for export.

    see the code link is changed between the two version and scrolling expansion with the touch for zoom + or - not works.

    Why ?

  • an idea ? <img src="smileys/smiley1.gif" border="0" align="middle" />

  • Hello, (excuse my english)

    is it possible to resize an entire project in percent for example?

    we could do a mobile version for the project PC version just resizing 50% or 25% for example.

    if I resizes the images of the folder images it will it work ?

    Thank you. <img src="smileys/smiley1.gif" border="0" align="middle" />

  • Thank you <img src="smileys/smiley1.gif" border="0" align="middle" />

  • Hello,

    I tried but it shows me this message (see print)

    pointpath is name of sprite.

    <img src="http://img23.imageshack.us/img23/5481/variable.png" border="0" />

  • Hello (excuse my english)

    For example i want to call sprites in Event Sheet : sprite1.x , sprite2.x sprite3.x sprite4.x...

    numpoint is a variable

    That looks like it : "sprite"&numpoint&".X"

    but it does not work.

    how the concatenation string and variable works ?

    Thank you. <img src="smileys/smiley1.gif" border="0" align="middle" />

  • Hello, (excuse my english)

    what is the best way to make an enemy patrolling ?

    enemy is walking left and right for a number of pixel.

    the best way is the bullet with mirror...?

    Please show me the event for make this.

    <img src="smileys/smiley4.gif" border="0" align="middle" />

  • Thank you i'll test it <img src="smileys/smiley1.gif" border="0" align="middle" />

  • Thank you, i go to test it. <img src="smileys/smiley1.gif" border="0" align="middle" />

  • nobody ?

  • nobody ?

  • Hello, (excuse my english)

    I have done a list of object with arrow left and right to sroll.

    The objects family have behavior "wrap".

    when i scroll the object with the arrow to each wrap the spacing of the object change.

    <img src="http://img708.imageshack.us/img708/5415/wrap1.png" border="0" />

    and after "Wrap" the spacing change.

    <img src="http://img705.imageshack.us/img705/7397/wrap2.png" border="0" />

    I want the same spacing to each wrap, how can i do ?

    Thank you.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Thank you very much.

    Now it's working in browser, but how can i do the same thing in a app on mobile device.(cocconjs launcher,ios...) ?

  • hello,(excuse my english)

    i want to save a snapshot canvas to a picture file on local device.

    i have done this.

    <img src="http://img703.imageshack.us/img703/5862/savesnapshot.png" border="0" />

    but in the preview in chrome nothing's happening.

    how can i do ?