creamcakes's Forum Posts

  • Just to confirm Tekniko was correct, the menu button action can be found under browser. Thank you very much for your help kind sir :)

  • Hello all

    I'm making an android game in C2 through cooconjs, is there a way I can implement a function so when the menu button is clicked on the android phone it will open a window of some sort where you can restsat the level etc?

  • Hello everyone :)

    I really need your guys help here, i currently have a sprite with 7 animations averaging 5 frames per animation and i need to change the collision polygons as its currently to large, is there a way to do this all at once to save me considerable time of doing x number of frames one by one. Please and thank you :)

  • Hello everyone hope your well :)

    I'm having trouble with beta orientation on android phones, i'm looking to increase or decrease speed dependent on angle of orientation. I really need this sort of movement to really make the platforming more fluid and usable opposed to constant speed. Any help will be greatly appreciated :)

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hello everyone :)

    I really want a simple solution here, is it possible to copy one whole layer to a new layout E.G. my HUD?

  • Im kinda confused on why my current scoring system is failing to work. Effectively what i want is during the the level you can pick up items that adds to a local variable for the current score for that level, once the level finishes it will take that number and add it to a global variable that will be used as a high score. If the player returns the new local score can be compared to the global and if the score is greater it will set the new value and display that instead. Problems im facing is the local variable is only registering one item being picked up and such the score is always the same.

  • Hello everyone

    I'm in the middle of quite a large project but i appear to have hit a wall, simple put my levels require two separate layers which have two separate sub-levels within them, Now with a button press i need one layer (sub-level) to disappear and for the other to appear and vice-versa. Some of the problems i have faced are the objects from the previous layer not being visible but still remaining there solid, i solved this by destroying them but then i was unable to respwan them in the same place as they where previously with the layer switch.

    I appreciate any help that someone may have :)