pognoss's Forum Posts

  • 13 posts
  • Hi everyone.

    I bought a pro account for the developer store windows.

    I export my application windows8.1.

    I open the file monprojet.sln, I open the manifest, change the necessary information and made ??some test aec "F5". Everything works.

    I create the folder of the game on my windows account store "application name, service, ...).

    And I'm in the part where you have to import the package. But I do not know what it is. Can someone please help me?

    � They tell me to import a file. Apx or. Uploadapx but I do not see this file in the export folder of my game

    Really thank you, it is important for my work.

  • Thank you very much :)

  • Someone there you view this issue?

    An administrator can it help me and do not leave the question unanswered. I need an answer for my work.

    Thank you very much.

  • link to .capx file (required!):

    pixelstories.fr/capx/bug%20touch%20and%20dragdrop.capx

    Steps to reproduce:

    1. Create sprite

    2. add plugin Touch

    3. Test in debug mode if IE detect Touch Position ( they are detected )

    4. Add behevior drag & drop on sprite

    5. Restart debug mode and IE no detects the touch positions

    6. create other sprite without behevior drag & drop

    7. restart debug, the second sprite no detects too the touch positions in IE

    Observed result:

    We can not use the touch plugin on internet explorer after using a sprite behevior the drag & drop.

    Browsers affected:

    Chrome: /no

    Firefox: /no

    Internet Explorer: yes/

    Operating system & service pack:

    windows 8.1

    Construct 2 version:

    r153(x64)

  • i follow the exemple

  • Link to .capx file (required!):

    http://

    Steps to reproduce:

    1. export project html5 or win 8

    2. run project

    3. test plugin "touch"

    Observed result:

    The touch don't work on ie.

    ]Browsers affected:

    Internet Explorer: yes

  • Hi everyone.

    I just tested the export windows 8.1 in test mode with visual studio 2013. The test starts correctly but I detected a problem is that I can not click on my start button.

    So I change the input "touch" with "mouse" and it still does not work.

    I tested if the input "keyboard" with the space bar and has it works.

    Can you help me?

  • Thanks !!

    It's ok now. Thank you for yours answers :)

  • Hi!

    Super friendly your racing games. I want to know how you did it for the automatic operation of the other cars.

    Can you help me please?

    Thanks

  • Hello everyone and thank you for your help.

    Ashley I see what you mean, but I do not know where I have to setup cross-origin. It's in my construct2 project or in my PHP file?

    GameThirsty I'll try your file. But in the meantime I do not see the difference between my file and yours. My capx work like yours. I flawlessly records in the database, but it does not recover AJAX.LastData on my other file as the value of this file there is just <echo "foo"?>

    I do not understand why it does not work.

    Thank you again.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hello everyone!

    I would like help on the system "AJAX" that can send and retrieve data.

    For the moment I can send the data with an Ajax request and store it on my server with PHP.

    Then I would like to know how to retrieve data using "AJAX.LastData".

    With my echo 'success'I should get 'success' in my text.

    And when I test my AJAX.LastData isempty

    Thanks for your answers. :)

    formulaire.php :

    <?php

    require_once('cn.php');

    $message = $_GET['mes'];

    $sql=$pdo->exec('INSERT INTO informations SET message_informations="'.$message.'" ');

    ?>

    test.php :

    <?php

    echo "success |";

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

  • Hi everybody.

    There is a bug when export in awesomium.

    I created a timer, i export and i execute the .exe .

    And the timer does not work correctly.

    Why and how i can change that.

    Steps:

    <img src="https://dl.dropbox.com/u/101214489/bug%20timer.png" border="0" />

    The project capx dl.dropbox.com/u/101214489/timer.caproj

    Thank you

  • Hi everybody.

    There is a bug when export in awesomium.

    I created a timer, i export and i execute the .exe .

    And the timer does not work correctly.

    Why and how i can change that.

    Thank you

  • 13 posts