guicole's Forum Posts

  • Hi!

    I have a problem with this plugins.

    I can't use a data Cell with a "," in it.

    I tried the double quotes, but it don't work.

    If I put this Csv string :

    ",WARRIOR,THIEF,MONKS

    HP,100,70,50

    ATK,"5,5",7,2

    DEF,3,1,1"

    It just don't accept it.

    Thanks for the Help

    R73 by the way

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I know already about the sql and Ajax, I already used it on that game : Christmas Rush

    I was just wondering if there was another choice.

    Since i'm not a real programmer...

    Thx Yann for the answer. So files writing, but it's seems to be even less secure than the Ajax solution ?

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

  • Hi,

    It may be a stupid question, but I was wondering what are the solution for keeping data online, beside a SQL database ?

    And, that can be used with Construct2, of course !

    Thx

  • Yes !

    Sorry, I didn't saw it!

    I exported without the PNG recompress, and it's fine.

    thx

  • Hi, I made a game, update for several Construct 2 version without any problem.

    But with the last one, I have a strange black sprite on screen.

    It has the same dimension than a sprite i'm using...

    I don't have it when i make a preview.

    Only on export.

    Tell me where I can send you my .capx in private for investigation.

    Thx!

  • Hi, here is my pb.

    I have a 2000 x 300 layout.

    and a 2000 x 600 image.

    My project window is 640 x 300.

    So when I use the Fullscreen, Crop mode, I expect my window to take all the width of my explorer, but crop everything up and below my height (300)

    But I can see my image (600). so the crop doesn't work.

    Or is it my mistake ?

    thx!

  • Yep, that would be nice.

    And also, being able to change the size, the color, etc... of a text through Actions.

    I don't think we can right now...

  • Do you sell a lot of game that way on the Chrome store ?

    Just curious...

  • well, I'm using Ajax to store the Score on a Sql database, and some data for the players.

    since it's a facebook game, I can recognize him and retrieve some data (like money to buy items).

    On the Arcade, that part may not work, since i can't recognize the player, but at least, there is the Score.

  • it's great ,all you can do with three.js!!

    I was just looking for a way to make 3D in html5 !

    Perfect!

    Hope it's not too complicated...

    A small tutorial :

    fhtr.org/BasicsOfThreeJS

    edit : I've found that... and it's impressive...   o_O

    chromeexperiments.com

  • No Ajax support in the Arcade ?

    Is this going to be supported in the future ?

  • Well... all the games made with C2, that I tried, online, not with phonegap, have sounds problems on my computer (with Chrome)

    So... it's not just phonegap...

  • well, i'm not a real expert...

    I know that facebook need the app to be in https.

    If the user is in https and you app is in http.

    it ask the user if he wants to go in http. and I don't want that.

    So, i needed to have the ajax call in https too.

    where do you put the "header" thing ?

    And what does it means, or do ?

    thx for the answer !

  • I have a little bit of an answer maybe...

    I made the game to work on Facebook.

    And facebook require HTTPS links.

    That's what I did.

    So my AJAX Request are with the https link.

    BUT, if someone is connected to facebook NOT in https, then the Request doesn't work.

    basicaly, you have to be in Https to have https request that works.

    being in http and make a https request will fail.

    Also, being in https and making an http Request will fail.

    maybe that's obvious for you, but i just discovered that.

    is there a way to know in what connection is the user ?

    get the Url, maybe ?

    thx!