BadMario's Recent Forum Activity

  • Ah, yes, should have read more carefully. Use trigger once, or have a variable guessok = 0, set it to 1 when correctly guessed and it will trigger only once, then when new round starts reset to zero again. You can also set text to score when guessed ok, no need to do it every tick.

  • I think that's a different thing. Does admob even work on desktop? Anyway, I will be in need of something like this too, very soon. I checked out Ads for games, but haven't found anything other than pre game ads. I suspect some manual javascript coding may be required to do this between levels.

  • [quote:mbw24xgp] transforming our business in to a UI skin for another closed-source game engine

    I don't think that's what the original poster meant. I am sure he thought code could be added to construct to make it work with Unity, the way Playmaker works. The rest of Construct would stay the same and would have nothing to do with Unity. Now whether the amount of work involved would be worth it, that's another matter.

  • Well, a standalone Construct 3 is in the works ( I hope still the case ) , so ultimately not reliant on anything.

  • insert global variable Volume then; Every tick system add or subtract something like 0.5 to/from Volume variable ( until it reaches whatever final volume is supposed to be. Then you can use audio object to set your music volume to whatever volume variable is.

  • Yeah, but if that doesn't work you have to fake it. So forget about controlling mouse pointer with keyboard and think how to fake it.

    There is more than one way to achieve something. If Construct's 8dir. movement does not allow for mouse control, you use events to build your own 8 direction control that does.

    Kind of the way it works with games. I wanted to use Box 2D physics in a fake 3D game. After 5 minutes it was clear it would be easier to just code my own physics ( good enough ) than to force Box 2D into doing something it was not designed to do.

  • What exactly is sprite supposed to do? follow the cursor which is controlled by a keyboard? and control is basically 8dir movement?

  • I know you said it was not what you wanted, but I think it's easier to simply hide the real cursor and use a fake cursor which can be controlled any way you like. Then just figure out how to bypass your problem with 8 dir. movement. Shouldn't be that hard.

  • What?

    Doesn't the Construct 2 manual say that construct loads everything before you can even start the game? Meaning no matter how many layouts you have they will all be loaded by the time you can play the first layout.

    And from there how long can it take to load things into memory. I've never experienced any jerkiness when switching layouts

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • If you rxport it as a html5 browser game you can use google ads, I think they have a beta program which you can access if you have adsense account. I guess it's just a matter of adding their code to index.html file generated by Construct 2/3

  • Basically he's trying to say use distance ( length of swipe ) from point where you started to swipe to the end point of your swipe. Longer the distance, apply more force, more up movement ( start.Y to end swipe.Y can be used to apply force upwards

  • Sounds like you are talking about fake 3D ( throwing into the screen as opposed to left right ). In that case physics probably won't work. I tried and decided it was easier to code my own simplified physics. Once you start scaling Physics objects their behavior becomes too unpredictable, and you need scaling ( z axis ). So either code your own physics or figure out a way to compensate for scaling issues ( if possible at all ).

    As for swiping you have the answer above.

BadMario's avatar

BadMario

Member since 3 Sep, 2015

Twitter
BadMario has 2 followers

Trophy Case

  • 10-Year Club
  • Forum Contributor Made 100 posts in the forums
  • RTFM Read the fabulous manual
  • Email Verified

Progress

13/44
How to earn trophies