fabiophillip's Forum Posts

  • 9 posts
  • so... this topic doesn't have a solution yet, just a proposal for a construct2 upgrade?

  • Hello, I am trying to convert my construct2 game to an apk and publish it on the google play store(limited to 50 MB). Tried using intel XDK building with crosswalk for android and the generated APKs were more than the limit of 50 MB so I cannot publish in the play store. Tried building it as pure android(no crosswalk) and it came without music(even through the music was in the Music folder of my project). Any ideas? I'm out of ideas

    Tried using phonegap, created a project, but when I tested on my phone it was without sound. It seems some plugins are necessary but I don't know how to put these damn plugins XP

    Also, I think CoccoonJS is no longer supported for Construct2 projects. I'm out of ideas.

  • never mind people. The solution was simple: when I paused the game, the time flow was set to 0. when the user wished to go to the main menu, this timeline should also return to normal. that's why nothing was being animated. my mistake.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hello, I'm having trouble developing a "go back to main menu" button in my game. When I click it during game, various sprites of the main menu do not animate(but they animate when I start at main menu). Thenn, when I go to the level selection screen from this main menu, the sprites' of the level selection also do not animate(but they did, when I first saw this layout). please help, something is wrong with my sprites' animations after I go back to main menu from game(which I just use "go to layout MainMenu, by the way"). Do I need to do something more?

  • Hello, in my game, when I press the "go back to main menu" button at the pause menu, I go back to the main menu layout. The problem is: It does not run sprites' animations, just movements. How can I fix it? Oh, and by the way, reset layout did not work...

  • Hello, how can I compare if a specific global variable is odd or even in event sheet? I can only compare if a certain variable is greater than, less than, equal to... but how can I make the first statement the VARIABLE % 2 instead of just VARIABLE, for example?

  • Hello, I'm developing a game where you touch a sprite and then it falls. Recentlly I noticed that it's touching area is too small. How can I increase it without changing the sprite size?

  • Never mind, I discovered with right-click on event and "invert", sorry XD

  • Hello,

    I am new to construct2 and I am really disturbed on not being able to apply a negative conditional on the event sheet. For example: I want my object to execute something if it's NOT overlapping a certain area... Anyone figured out how this can be done? I'm sorry if this was a noob question, I just cannot figure out, please help

  • 9 posts