Minjaware's Forum Posts

  • yeah that one worked. thanks alot. As for the second issue, I am looking into it.

  • Problem Description

    ____ Hi fellow constructors

    I have a couple of problems with my work, (and being honest I am not sure if it is a bug, or a problem from my end).

    Problem 1: I would like to add '1' to a particular variable, however for some reason or other '2' are being added. (game event sheet number 19).

    Problem 2: Highscores: Only half the values in that I have stored in the database are loading, the rest are displaying as '0'

    Attach a Capx

    ____ https://www.dropbox.com/s/2cg2okgp3vqhy98/extreme_unstacker%20-%20Copy.capx?dl=0___

    Description of Capx

    ____ The Capx contains a menu, highscores, and the game itself. The game is played by trying to land the 'specialbox' on the bridge/ platform in order to move to the next level. ____

    Steps to Reproduce Bug

    For bug 1: simply play the game, and you'll notice that the text is adding in values of 2 rather than values of 1.

    For bg 2: Visit the highscores page.

    Observed Result

    ____ What happens? ____

    Expected Result

    In the first case (bug 1) - I was expecting that the addition is done by 1 (+ 1) rather than plus 2)

    In the second case, I expect to have 10 highscores displayed

    Affected Browsers

    • Chrome: (YES)
    • FireFox: (YES) Operating System and Service Pack ____ Service Pack 214 Beta (latest) Operating System Windows 8)____ Construct 2 Version ID ____ Exact version ID of Construct 2 you're using ____
  • Hey fellow constructor person

  • Try Construct 3

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

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

    Is there a way to stop an object from rotating and then change the direction of rotation when the mouse button is clicked. For example, if the rotation starts clockwise, on click it stops for a second or so, then the rotation goes anti-clockwise ect.

    Here is the a link to what I have done so far: https://www.dropbox.com/s/u3kjnvv7yy10ivh/lock_pick.capx?dl=0.

    Thanks to everyone in advance for any help provided.

  • Makes sense.. Thought it was something like that, but needed to be sure. However I have found a potential solution, by clearing up the global variable when I start the game, since I won't need it anymore at that time.

  • Hi guys and girls

    Is it possible to reset the global variable for a particular layout, but not for another? In my case, I would like to reset the global variable in when I restart a new game (after losing) , but not reset it for the high scores, so as one is able to save their latest score. The problem that I am having is that when I start a new game, while I do go to the correct layout, I am not getting the correct level title.

    Here is a link to the game: https://www.dropbox.com/s/qtnasg3w0n1sku8/unstacker.capx?dl=0

    Thanks to everyone in advance

    Christa