kevingamotions's Forum Posts

  • 8 posts
  • Hi guys.

    so I need to add banner ad to our game for publish on some gaming platform.

    I believe it using google h5 banner ad.

    what I did is scale canvas element height to 90% to give some space for the banner ad.

    the problem is, all UI button touch area is still on initial position, not follow canvas new size/scaled size. Not sure is this proper way to do it or not.

    Anyone have better solution/suggestion?

  • Hi guys

    so, I tried to build someone else work to android cordova.

    the game is stuck when I try to play it on mobile device.

    after debugging, I get the problem came from

    calling getScene function from script to event sheet.

    why is that happend?

    game stuck here

    android logcat

    game event

  • you're right, there is function plugin in this project.

    by the way, I had other solution for this. Im affraid the project become broken if I remove it.

    thanks Ashley

  • Hello guys.

    I try to call a function on html file with c3_callFunction.

    But the function is not called and when I test run in console debug it return 0.

    function I try to call

    This is when I try run c3_callFunction in other project and worked

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi guys, I get this Expected infinite number error after exporting game to html5 with simple minify mode. do you guys know why this happened or maybe you guys can give me some input about this since debugging error with minified code is hard for me.

    Thanks

  • Thanks, I don't know construct 3 have that feature

  • wait, I guess because we export from jpg file to png file right?

  • Hey guys, I just realize that some of our image assets getting multiply in file size after export to HTML5. I just want to know is there any reason for this or maybe I do something wrong?

  • 8 posts