Slice's Forum Posts

  • believe that it will go better from android <img src="smileys/smiley1.gif" border="0" align="middle" />

    Fans of the android i am, But ?

  • <img src="https://dl.dropboxusercontent.com/u/66127489/images/tizen.jpg" border="0" />

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

  • +1 for Tizen <img src="smileys/smiley1.gif" border="0" align="middle" />

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Good Afternoon, Scirra Team

    I want to ask, we will have plugin google game api in the future, because it is very good...

  • Black Knight - Saves

    I tried the game for Saves in chrome not work, and only in mozilla work. in the mozilla when you load the game, sticks for a while and then are back to normal but finally the Save functions works in mozilla.

    if play the game at a point you will see a chest touched, and the game do autosave, and then when reenter the game takes you to the same point again autoload.

    The Problem is only on Chrome and Online Arcade

    in the localpreview the game saves work fine. in all browsers.

  • Scirra Developers is the best...

    Once again, the Construct 2 is the best game engine.

    The plugin will help all members to have their hiscore for games. NO PHP programming...

    BRAVO, CONGRATULATIONS <img src="smileys/smiley32.gif" border="0" align="middle" />

  • because, all the scores from all users, should be stored in a server ... We can not be automatically ....

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

  • Not working..

    -------------------------------

    i create this php mysql database to post data but writes as invisible records..

    ------------------------------------------

    <?php

    $host="localhost"; // Host name

    $username="root"; // Mysql username

    $password=""; // Mysql password

    $db_name="demo"; // Database name

    $tbl_name="demo"; // Table name

    // Connect to server and select database.

    mysql_connect("$host", "$username", "$password")or die("cannot connect");

    mysql_select_db("$db_name")or die("cannot select DB");

    $name = $HTTP_GET_VARS[name];

    $hiscore = $HTTP_GET_VARS[hiscore];

    // Insert data into mysql

    $sql="INSERT INTO $tbl_name(name, hiscore)VALUES('$name', '$hiscore')";

    $result=mysql_query($sql);

    // if successfully insert data into database, displays message "Successful".

    if($result){

    echo "Successful";

    }

    else {

    echo "ERROR";

    }

    // close connection

    mysql_close();

    ?>

    -----------------------------------------------------

    and constuct 2 create 2 fields text box

    and submit button with code...

    AJAX | Request "http://localhost/score/score.php" (tag"")

    -------------------------------------------------------

    work but in mysql writes as invisible records

  • How to create high score table,

    With Construct 2 AJAX / PHP WITH MYSQL OR PHP WITH TXT FILE