Asmodean's Recent Forum Activity

  • You can compare text like any other value in Construct. The only thing is, that comparing text is case sensitive (Hello and hello are not equal)

  • yeah i have done that before its activated

    That's strange, have you tested your Game with Chrome on Android?

    Is it slow as the apk?

    If yes, and you haven't done it yet type in the URL chrome://flags, then activate 'Override software rendering list'

    Now restart Chrome with the Button on the bottom. After that look with chrome://gpu if webgl activated and try your game in Chrome

  • What you can try, if this is really a problem with the GPU-Rendering. Enable in the development options of your Android-Device 'Force GPU Rendering'.

    If you don't have the development options enabled do this:

    To access these settings, open the Developer options in the system Settings. On Android 4.2 and higher, the Developer options screen is hidden by default. To make it visible, go to Settings > About phone and tap Build number seven times. Return to the previous screen to find Developer options at the bottom.

    You do this all at your own risk. I take no responsibility for any damage!

  • Try:

    Touch| On tap gesture

    ...Touch| Is touching Coin -> 'do something with coin'

    ...System| Else -> 'do something where only screen is touched'

  • [quote:3clmpjbq]I guess this is the easiest way

    That's quite neat. I'm over and over mesmerized what is already implemented in Construct.

  • You could use 'Apply impulse at angle' additionally to your 'set velocity'-event. Maybe you have to try different values to get it work.

  • I don't know which event do you use to 'kick' your box, but most events have the possibility to set an Image-Point where the force will hit. Make a second Image Point slightly of the center and use this Image-Point. Now your box should rotate.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • If you really need that the box randomly tipping left or right you could add randomly 0.1 or -0.1 to the angle when the box is created.

    PlayersObject| OnCreated -> PlayersObject| Set angle to PlayersObject.Angle+choose(-0.1,0.1) degree.

    Now it should randomly fall to left or right.

  • That looks funny. Maybe some kind of bug or glitch. However, if you set the angle of your PlayersObject to other than 45 ist works.

  • I tried something. Maybe there is a better way, but it works

    https://drive.google.com/file/d/0B5FlDY ... sp=sharing

    Only two sprites at the same time can overlap, if there are more it doesn't work.

  • Try:

    Global number rot = 0

    Keyboard| On Space pressed -> System| add 180 to rot

    Block| Invert(is clockwise from rot) -> Block| Rotate 1 degrees clockwise

    System| rot >= 360 -> System set rot to 0

    Invert means that you Invert 'is clockwise from'

  • You have also to increase the 'Max fall speed' . The gravity in the Platform-Behavior is only the acceleration. If your leaf has reached the 'Max fall speed' increasing the gravity will do nothing.

    One hint, if you set the gravity negative your leaf will float up. Maybe you can use that for a gust or something like that.

Asmodean's avatar

Asmodean

Member since 31 Jul, 2015

Twitter
Asmodean has 9 followers

Trophy Case

  • 9-Year Club
  • Forum Contributor Made 100 posts in the forums
  • Forum Patron Made 500 posts in the forums
  • Popular Game One of your games has over 1,000 players
  • RTFM Read the fabulous manual
  • Great Comment One of your comments gets 3 upvotes
  • Email Verified

Progress

15/44
How to earn trophies