00danis00's Forum Posts

  • 14 posts
  • Hey, so I was testing my game while exporting from C2 to Cordova and then Intel XDK with Crosswalk, so I know I have to install Crosswalk on my phone to test it but I wanted to send the apk to some people (without having them install Crosswalk).

    I tried building the app without crosswalk (Android option) and when I tested it on my phone it was really laggy.

    Thanks for reading.

  • Thanks for the reply,

    As I said preview on a local network doesnt detect tilt since it works with chrome.

  • Hey,

    I wanted to know if there's a way to test device tilting without exporting and trying it out on my phone since it takes between 5 and 10 minutes. Preview on phone wifi doesn't work for tilt too.

    Thanks for helping!

  • Hi, Do I have to implement ads (AdMob ads) before publishing to Android or after it.

  • Hello,

    The volume is given in decibels (dB). A volume of 0 dB is original volume, and below 0 dB attenuates the sound. For example, entering a value of -10 plays the audio back 10 dB quieter (about half as loud).

  • Nvm, I just had to make it immovable.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hello, It's a platform game where you can invert gravity, when the box reaches the roof it starts fastly bouncing with it (really small distance) .

  • Neverming I just got it (it's when sprite 1 is overlaping with walls --> sprite 1 drop drag n drop right?)

    EDIT: It doesn't work when you drag them fast, if you do they just bypass walls and stuff

  • Just a small question I wanted ask.

    Thanks for the answering!

  • Thanks, it worked.

  • The game works like this, vertical infinite scroll where you have to dodge obstacles, every x score the season changes to the next (from spring to summer).

    The game is already infinite but I don't want it to stay always summer (which is the last season) how do I repeat the first season event without having to repeat them and getting miles of events.

  • Same, it was a .NET Framework issue. Thanks and see ya. You can close the post.

  • Hello,

    Construct 2 just crashes when I open a file , I already checked if my drivers are updated. Then I thought of disabling one of my graphic cards (I have AMD and Intel), I disabled the Intel one, my resolution was really bad but I was able to start Construct and open a file perfectly. I rechecked if the driver was updated and it was. The issue is probably the compatibility with my graphic card but I don't know how to solve it.

    Thanks for reading.

  • Hi! I've just began creating this game where a platform character (a leaf) is falling in a vertical scroll and you have to avoid every obstacle (branchs and waterdrops).

    What I want to do is to increase the leaf gravity everytime a waterdrop hits it.

    I tried creating a variable : " Gravity = 30 " (Which is the starting gravity the leaf has).

    Then I wrote that the variable Gravity is set to Leaf.Platform.Gravity

    Everytime a waterdrop hits a leaf (by hitbox) Gravity is increased by 30 (for example), however when I'm playing I doesn't work.

    Thanks for the help, I'm still a newbie with C2.

  • 14 posts