anata's Forum Posts

  • hello,

    try this :

    <img src="http://puu.sh/3ncQX/fbfcd75c50.png" border="0" />

    dont know if it can help you :)

  • your export is not in a public directory from dropbox.

    go to here to activate you Public directory.

    Dropbox create automaticaly a Public directory under your Dropbox directory in your PC.

    put your game into this directory and copy the public link :D

  • hi,

    difficult to beta test something that's make only for one plateform.

    Make a web version of yours games, it's the best for beta testing.

    and please, stop to post everywhere the same thing :(

  • Another small video.

    Video of my level test with new gfx.

    [TUBE]http://www.youtube.com/watch?v=0B9wRnD2kas[/TUBE]

    any comments are welcome :)

  • use a Browser.

    <img src="http://puu.sh/3jXVr/3e31d1bf46.png" border="0" />

    You can use :

    • <img src="http://puu.sh/3jXYr/64938471c7.png" border="0" />

    or

    • <img src="http://puu.sh/3jXYX/befaedcc1b.png" border="0" />
  • search are always broken ?

    I'm trying to search for "Shake"

    <img src="http://puu.sh/3j8rE/1667bc6527.png" border="0" />

    but no result

    <img src="http://puu.sh/3j8uj/189d8ba6f2.png" border="0" />

    if you click on search link

    <img src="http://puu.sh/3j8hL/b7e1fff879.png" border="0" />

    The advanced search works.

  • thks :)

  • i have the same thing , problem with my ATI graphic card , and no problem with a Nvidia card :(

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • small video

    [TUBE]http://www.youtube.com/watch?v=K3H5u299m2M[/TUBE]

  • look at the behavior properties.

    disable the "Default Controls".

  • My little plateform game.

    <img src="https://dl.dropboxusercontent.com/u/164459914/screenshot_01.jpg" border="0" />

    <img src="https://dl.dropboxusercontent.com/u/164459914/screenshot_02.jpg" border="0" />

    ps: sorry for the size, it's the real size

  • Link to .capx file (required!):

    dl.dropboxusercontent.com/u/164459914/9patch.capx

    Steps to reproduce:

    1. create a 9patch

    2. use 64 for left , top and right

    3. 0 for bottom

    4. tile for Edge and Fill

    Observed result:

    right edge as the same as left edge in tile mode for "Edge"

    Expected result:

    it's good if it's on stretch mode for "Edge"

    Browsers affected:

    Chrome: yes

    Firefox: yes

    Internet Explorer: yes

    Operating system & service pack:

    windows 7

    Construct 2 version:

    (the last) v133

    Someone as the same thing ?

  • you can sale a game with nintendo gfx, woooh :D

  • hi,

    with the last release of construct, i have a javascript error on ligne 738.

    You use :

    // Trigger 'on frame changed'
    this.runtime.trigger(cr.plugins_.Sprite.prototype.cnds.OnFrameChanged, this);
    

    and your plugin it's not Sprite, but TiledSprite, so

    // Trigger 'on frame changed'
    this.runtime.trigger(cr.plugins_.TiledSprite.prototype.cnds.OnFrameChanged, this);
    

    and animation works , and no javascript error.

    But there is an other bug.

    The hotspot don't work.

    defaut hotspot is "Top Left" in parameter, but if you edit the tiledsprite anime, the hospot changed to center, and you are always in "Top Left".

    Is it possible to save the hotspot when you create the Tiledsprite , or a possibility to edit the hotspote directly in the Sprite Editor ?

  • yes, in the editor itself, but not in the preview animation :(