anata's Forum Posts

  • Very excellent to preview.

    But, i don't see node-webkit in the preferences option for default preview.

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

    It's a bug or not add for the moment ?

  • i don't realized that is an RGB to long.

    Color = 16119285

    RED = Color - (BLUE * 65536) - (GREEN * 256)

    GREEN = (Color - (BLUE * 65536)) : 256

    BLUE = Color : 65536

    or

    RED = Color % 256

    GREEN = (Color : 256) % 256

    BLUE = Color : 65536

    and of course :

    RED + (GREEN*256) + (BLUE*65536)

    thks a lot Rising :)

  • i have trying to use ajax with construct2 , but dont work with data :

    <font size="4"><font color=red>an error occurred with ajax : Refused to set unsafe header "Content-Length"</font></font>

    no data have sent to php script.

    but, if you put all data directly int the url, it's work perfectly.

    Maybe a problem with the AJAX plugin ?

  • hello,

    i don't know if it the good section for this,

    but i'll would like to know if someone know how to convert rgb to color format in the xml theme file.

    example: color (245,245,245) => 16119285

    How to reach 16119285 with (245,245,245) and (245,245,245) with 16119285 ?

    Thks in advance, and sorry for my poor English.

  • black screen too, don't understand why.

    with the last release of cocoonjs, works :(

  • in TimelineFX :

    CTRL+A for "animation properties".

    Click to the square on the bottom right.

    Choose "save as sprite sheet" and click OK button.

    that's all :D

  • or you can use

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

  • hi,

    you have the same tools for windows or web at http://www.bfxr.net/

    I use this for all sfx in my game, it's very good.

  • pm send.

  • capx is empty.

  • thks for update.

    but i have a problem with this :(

    i have taking 3 screenshots.

    One into construct 2:

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

    One with construct 2 preview:

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

    The last with export in my website:

    <img src="http://puu.sh/3oFYT/5b631ac80c.png" border="0" />

    Always the same project.

    I dont understand why :(

    Dont see where is the problem with this plugin.

    If you have an idea.

  • thks.

    For the moment, only two test stages, no ending. :D

  • <center><img src="http://anatagawa.fr/templates/images/koubi.png" border="0"></center>

    Hi,

    Koubi Adventure is a little Plateform Game , in progress.

    No specific goal for the moment.

    It's just for use some Construct functionality :D .

    <center>Screenshot from the last build:

    <img src="http://puu.sh/3nCbS/735c60545d.png" border="0">

    Video from the last build

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

    You can now test this here

    Keyboard Control:

    • left and right
    • up for jump , umbrella on fall
    • down for the doors.
    • down on fall.

    Any comments , suggestions are welcome <img src="smileys/smiley2.gif" border="0" align="middle">

    <font size="1">ps: Sorry for my poor english <img src="smileys/smiley9.gif" border="0" align="middle"></font>

  • use a System Trigger once while true

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Another screenshot from "Koubi Adventure"

    <img src="http://puu.sh/3nCbS/735c60545d.png" border="0" />

    ps: not the real size, the game is in 1280*720 :)