resvi's Forum Posts

  • Thank you Kaiko.. its work, and resolve my problem..

  • Hi guys..

    I need to get Value from Browser Address Bar something like

    mydomain.com?location=1

    So i need to get location value and fill to global variable

    please help me.. i do need it.

  • Hi guys!!!

    I have build HTML5 games using construct2 r139

    i need an array which set to global variable;

    the array columns are stage and status;

    when user has been played in stage 1, status is 1; else if stage 2 has been not played set status 0;

    this array will check in another event sheet, so I need to set this array to global as like as global variable.

    Please help me, i do need it.

  • Hi Guys!!

    I have build HTML5 Game, with construct 2 r139

    I try to input and retrieve data from database with php

    input data was successful, but when i try to retrieve data Using Ajax Request it was nothing, just blank!

    and Ajax is never complete.

    this is my score.php file value

    <?php

    include_once"connection.php";

    $qlogin = mysql_query("select id_user, score from score_table ");

    while($xx=mysql_fetch_array($qlogin)){

    echo $xx['score']."|".$xx['id_user']."|";

    }

    mysql_close();

    ?>

    and this is my Ajax Request code:

    Request "http://localhost/mygame/myscore.php" (tag "MyScore")

    Please help me.. i do need it.

  • Hi guys....

    I have build HTML5 game and I have trouble in change animation.

    I want to set Jump Animation when KeyUp is pressed or down

    and also set jump animation when KeyUp and (KeyLeft or KeyRight) is pressed or down

    but, i want to set Run Animation when (KeyUP and (KeyLeft or KeyRight) is pressed or down) and Player Collision with floor or collision with another object.

    the problem is cannot change to Run Animation when (KeyUP and (KeyLeft or KeyRight) is pressed or down) and Player Collision with floor or collision with another object. Animation still in Jump Player

    please help me, here my code

  • I want make game like this gif

    and this is my capx.

    http://resvi.net/my_file/mycat.capx

    please help me.. i do need it.

    thank you so much for your help..

  • hi guys..

    I have made html5 game in construct 2 r139

    i try to connect my game with facebook.

    I have login successful to facebook and allow all permision like this code

    and i try to publish score with this code

    But not work and no respond of the publish code.

    please help me to resolve this problem..

  • No, I mean the pot will hold at a second and play break animation after that pot will invisible and

    the position of pot reset as the first position not the layout reset.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi guys...

    I have made html5 game.

    in this game I put some pot in some window, when window close a pot fall

    and when the pot touch floor the pot animation to pot broken in 0.5 second

    after that the pot invisible and reset pot position to first position.

    i have trouble with pot broken animation

    I can not stop and hold Y position of the pot when the pot collision with the floor

    and the Y position of pot not truly in first position when reset after collision.

    please help me this is the code

  • I have try to use bullet and set angel of image 90;

    Pot fall down, but image rotate to 90 degree.

    How to fix that problem?!!!!

    I don't want image off pot rotate.. I just want the pot fall down.

  • Hi guys!!! help me please fix this error..

    I have build HTML5 Game..

    in this game i have insert window and pot

    when the window closed pot fall down to floor

    and pot back to first position.

    I use solid and physics behavior in pot for down fall action.

    i use force to apply event and set force=10, angel=90 and image point=0;

    this action is work to down fall but speed is not fixed, some times too fast but another time fall slow..

    how to fix it?

    I have also try with another event like move at angel but same problem.

  • Thank you Every One..!!

    your responds is helpful...

  • Hi guys..

    I have build a HTML 5 game which the layout size setup to 2560 x 1440.

    But I have setting window size 1680 x 1050

    the focus of windows view in design layout in top left

    how to change the focus on top center or bottom center?

    I set that size of layout smaller than window size because the user screen is usually use in 1680x1050 until 1024x768

    and then for supporting high screen resolution I would like to change window size to 2560x1440.

    I don't want to scale to be small size or big size.

    please help... I do need it.

  • Thank you every one.. for your best responds.

    I mean that menu like web menu. which always on top and center position with menu attributes like user name profile, small photo and another attribute.

    I think that I need to create background image for the menu, then the sprites for the attribute and group that and set position to center and always on top Like BluePhaze said.

  • yes, I've made ??.. but how to setting the background always on top center position and sprite button stick to the background?