TechBoxNorth's Forum Posts

  • You do not have permission to view this post

  • Greetings!

    I have finally published a game made with C2 on Google Play store.

    Please give it a go and let me know what you think. Constructive critisism is always welcome.

    https://play.google.com/store/apps/details?id=com.stonehammergames.whackamillionaire

    Thanks!

  • Screenshots --> press print , then go to Paint and paste it; then save it as image.

    Gameplay --> make videos playing at your games recording your screen with CamStudio for example

    what I mean is how is it done when running the game on a device?

  • Does anyone have any tips on creating screenshots/gameplay video for the google play store?

    Thanks!

  • Hi,

    To fill the screen use Scale Outer or Scale Inner I'm only using Scale Outer!

    Yep scale outer seems to be the best choice, thanks

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • What scale setting should I use in my game when I intend to export it for cordova/IntelCrosswalk?

    Thakns

  • Is litetween broken in the latest version of Construct2? I have a "game over" sign dropping down if all lives are lost and when the "play again" button is clicked/tapped on I want the sign to go back to its start position. The sign coming down works but I cant make it go back up again when play again is clicked.

    edit: Nevermind, got it working. Classic case of overthinking things

  • Sounds like some sort of comparison is called for. For example only allow the click when the object is under specific y coordinate (if the peeking happens upwards).

    Yes that seems tobe working

  • Use Is Layer X visible (or invisible)

    Already tried that, didn´t work

    I think the problem is the collision box that travels up and down with the object. I want the object to be touchable all the way down until he is hidden behind the front layer.

  • In my game I have a layer called "objects" and in front of it a layer called "front". Randomly there are objects "peeking" up on the "objects" layer and then they slide down again. While testing I discovered that the hidden objects can be tapped through the covering objects on the "front" layer. How do I get rid of this?

    Any help would be greatly appreciated!

    Thanks

  • when the player is dragged right to left animation for normal movement is set to be mirrored, but when a collision happens and the animation is changed it quickly flips over to not mirrored and then back again. Any ideas/tips on how to fix this?

    Thanks

    edit: Solved it, the collision is now checked twice. One for mirrored and one for not mirrored.

  • Went onto facebook and liked your page

  • Yes that helped, thanks! Here´s what I did:

  • In my game the player sprite is moved by dragging it. How can I make it mirrored/not mirrored in one continuos dragmove? Tried with compare touchspeed but there seems to be no negative value on it: If touchspeed > 0 then set to not mirrored If touchspeed < 0 set to mirrored.

    Is there some way to compare player.X to player.prevousX ?

    Thanks

  • ok, got it now thanks guys