IGamesProduction's Forum Posts

  • > oh it is only the session storage..... i am sorry. i didn't understand you the first time.. nah its ok i can deel with the local storage.. thx btw

    >

    No prob! Local storage works fine when saving hiscores etc.

    but still... what can i use instead of letterbox scale i mean when i preview it in scale outer or scale inner it looks wier in the browser

  • > WHAT NOO!!!! please dont say that the webstorage plugin isn't working!!!!! do you you know how many days i waisted just to add that feature in my game!!!!! F**K COONCOON

    >

    "The WebStorage plugin's session storage is not available. Use local storage or global variables instead.

    Local storage works fine. Is there any particular reason you would use session storage?

    oh it is only the session storage..... i am sorry. i didn't understand you the first time.. nah its ok i can deel with the local storage.. thx btw

  • to be exact, the following features are not supported:

    "The following features are not supported in CocoonJS. If any of them are used, Construct 2 will print a message to the debug log saying that they are not supported.

    - The form control plugins Textbox and Button are not supported.

    - The XML object is not supported.

    - The Facebook object is not supported.

    - The letterbox fullscreen modes are not supported. If they are selected, it will fall back to 'Scale outer' mode instead.

    - The Text plugin's 'Set web font' action is not supported.

    - The WebStorage plugin's session storage is not available. Use local storage or global variables instead."

    WHAT NOO!!!! please dont say that the webstorage plugin isn't working!!!!! do you you know how many days i waisted just to add that feature in my game!!!!! F**K COONCOON

  • the new construct 2 r178 is finally stable and i want to ask is concoon still not supporting letterbox scale?

  • ramones can you please make the same saving things but in the exact progect as this your progect is slightly diffrent

  • nothaseo You might have an array called 'levels' with width = 10 stored in local storage (if you set the width to 10 the first time you ran it or even something you saved in a different project).

    It might be a good idea to set the size of the array to (12, 2, 1) after loading it. That would also be a good idea if you wanted to add more levels later while keeping your old saved values.

    And also use a more descriptive name like 'mygamename_levels' because you could have many projects storing a value called 'levels' in local storage.

    i can't thank you enough!!!!!

    THanks]

    Thanks again

  • the capx wouldn't open for some reason. anyways thanks for everybody who tried to help i figured out it would be a hell allot easier if i simply made to buttons one that would rotate the selected object right and anothere that would rotate it left.

  • i already did that. what i did is making a global variable that gets the uid of the object i click. so when i click something i pick it with this variable though my problem is picking 2 objects at once the line and the object instance

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • i made allot of progress and got what i want if there was no instances of my object since now all of them rotate with the line and that is because i still didn't figure out how to pick both the line and the "instance" of the object at the same time.

  • i made allot of progress and got what i want if there was no instances of my object since now all of them rotate with the line and that is because i still didn't figure out how to pick both the line and the "instance" of the object at the same time.

  • what i actually ment by a line is simply a curved line on the corner of my object that once i selected it and started dragging the exact instance of the object( since i have many instances) would rotate with the line towards the mouse.

    i mean exactly how you would re position and rotate any object in construct 2 before you run it.

  • basically what i want to do is to select an instance of and object when i touch it then when selected i want a small curved line to show up and when i drag the line the image instance rotates according to the line.

    in other words i want to rotate the object the same way i can before i run the layout.

    please i need this and fast!!