vagaev's Forum Posts

  • Use cocoonjs native collisions not box2d.

    Redice collision plygons.

    Never use web gl

  • You can settle highscores with webstorage local values. (Offline)

    For online there are facebook and game center integrations with cocoonjs

  • Hello dear devs,

    I am facing a little problem and was wondering how can i fix it inside the sprite animator.

    I have 4 frames of a ball of the same size but the 5th has a different size and when i'm trying to change it by putting it on first frame then moving it on the last frame it currently resizes ALL the frames.

    How do I proceed?

  • SOLVED

  • Nope it's a simple text.

    Here is what i'm using

  • I have a problem here.

    I know session web storage doesn't work so i use local ones for highscore.

    When it's game over a text appears saying the best score.

    It works perfectly in my construct but when it comes to cocoonjs it simply doesn't appear.

    So I would like to know what should i do to make highscore appear correctly in cocoonjs.

    EDIT: And yeah it doesn't even work in HTML export so i have a big problem!

    Solved with adding "int" to WebStorage.LocalValue()

    The thing is web storage was storing strings and then converting to int. For some reasons writing directly "int" to the code solves the problem.

  • God why isn't there a simple display javascript plugin? :'/

    How do java developers do?

  • New song available!

    if you are not convinced by the quality of my music check this out: https://soundcloud.com/vlad-impakt/we-are-going-to-mars

  • Dudes i am having issues with ads.

    I want to add a banner to my html web game but it doesn't work.

    I've tried clay.io advertisement plugin -> doesn't work, the plugin isn't even loaded in C2

    I have tried mo pub+iframe but mo pub gives me a javascript code and iframe requires an url.

    Do you have any simple way to do this please?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I did it this way for instance

  • There is a problem with release 162 of C2 with this plugin. doesn't work

  • thanks for the feedback. :)

    The link is down now.

    I need some stuff to work out.

    The final version will be available this week.

  • Hi folks,

    I was working on this stuff.

    Still don't get why html doesn't use webgl plugins and audio.

    And why when i try to upload on arcade it says that i can't use texts, nor audio...really?

    Here is the link. Webgl plugins are not working and audio too i guess

    My game

  • thank you :)

  • Hi,

    I am wondering how to write a condition: for each 10 score (score is a global variable) add 1 life.

    How i write for each stack of 10 in the condition?

    Basically the player earns points and i want to give him a bonus life when he reaches 10 points, 20, 30, 40..

    Thanks!