GingerBatMan's Forum Posts

  • Audio does not really work so well on IOS, There is a way to get it working but its not so convenient.

    You have to call the audio through javascript.

  • Don't Worry I figured it out.

    "So, the PHP now is working?" <- Im not sure, I tested it but I wasn't sure how to apply the data to the sprite, And if I needed 3 logs, one for x, one for y, and one for angle. In the PHP you kindly provided there was only one log, not sure if i need more?

    Oops only just saw your last message.

    Sorry forgot to give link to CAPX,

    Here it is,

    dl.dropbox.com/u/51270524/Replay.capx

  • Yeah if i could only figure out how to set one up ;D

  • I come from a programming background. I understand basic PHP, but have not used it in many years.

    When I programmed games from start to finish, I used various web API's instead of things like mySQL database's ect.

    Im currently using a free host and its asking me to select user, and there is none from the dropdown so im really confused :S

    http://dl.dropbox.com/u/51270524/Host.JPG

  • Even if I couln't have the feature of viewing the replays of the top 100 users, I could still download the actual users replays if i can search the php for a name,

    I dont actually need the login system, But its something that can easily be done with mySql if i can figure out how to make one ;D

  • Yann, Yeah im actually trying to make a database now.

    But then construct doesn't directly support mysql does it?

    Its still gonna have to be done through php, right?

    What I was planning, Have a mysql database managing a login system, then use the usernames from that to find the replays..

  • Weishaupt, Thanks for this, I understand it quite well.

    Take a look at the capx, I cannot really figure out how to then play the downloaded replay.. There are a few questions within the capx if you wouldn't mind answering if you can.

    Also Is it possible to display a list depending on the username?

    • So for example if a user searched 'Jhon' then it would display a a list of 'Jhon's replays?
    • Or something like corresponding the replay with the scoreboard?

         -> for example the top 100 people in the world, you can view there replay?

    The second one kinda answers itself if the first one is possible. Because you could search for the name depending on the position of the user.

  • septeven, Thanks for this.

    How's your plugin coming along? Whats the estimated time frame for completion?

  • Weishaupt, No worries mate. Whenever your feeling good. <img src="smileys/smiley1.gif" border="0" align="middle" />

  • Weishaupt, Any news? :)

  • Apply impulse at angle, Or do you mean world gravity?

  • Never mind. With the help of the forum we figured out a way to do this without a plugin.

    A level editor would be cool! As smitchell suggested.

    I know how to make the actual application. But can you show me how to save to json? With json I can then send it to a server and retrieve again, can I not?

  • Yann no I didn't. Should that theoretically make it easier to send data and then retrieve it?

  • Forgot to add a Weishaupt :D

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Here is the rar containing the scoring system, and a capx(I did not make this, im just using it)

    "Is the server run by you....what kind of server is it? just a webserver answering the requests..."

         - Yes I am using just a webserver

    "I see that your php uses HTTP-Requests, but how are they handled on the other side....."

         - Download the .rar it should answer than in the "readscores.php"

              - The Post handles posting the score's, Translates the data into a .csv file format, Then the readscores.php puts them into a array and displays the data.