Sanchopi's Forum Posts

  • Appodeal for Construct 3 would be awesome!

    Is it possible to build the final signed apk with appodeal integrated in Android Studio? So basically export from C3 as an Android Studio Project and build the final apk from there?

    I do this with the Game Analytics plugin, and it works just great.

    If the Android Studio compatibility will not be possible with your upcoming plugin, which tools I will need to build an signed apk with appodeal integrated for the Google Playstore?

  • Hi oosyrag,

    thanks for the hint. I see now, the issue comes from the initial period settings on each enemy sprite. I had one set to a positive start value and the other to a negative.

    If all start values are positive, your example works as expected.

  • Hi there,

    Maybe someone can help me with this ...

    I want to animate some enemies walk around with a simple horizontal sine movement, nothing special so far.

    But I also want to mirror the enemies according to the direction they move. If I try it with only one enemy on stage, there is no problem. The issue comes in place, when there are multiple instances with different sine settings.

    You get a better understanding if you look into the attached example.

    https://drive.google.com/file/d/11ly7GeLksnZO0GfqTH3MPvQoP0KI8KBK/view

    The left enemy works fine. If you enable the right enemy, he will act weird.

    I tried also some code variations with "for all" & "pick all" but no luck ...

  • Ah, hi Ashley,

    thanks for the enlightenment.

    What about the desktop version fo C3? Found some infos on this site. I downloaded the precompiled binaries "ffmpeg.dll" an put it in the NW.js directory of C3, but still no MPEG support.

  • Hello C3 community,

    can you guys record your screen/game with the Game Recorder and MPEG/h.264 codec? If I open the Game Recorder example project and change the codec settings to "MPEG", the screen will not be recorded.

    As long as I leave the codec settings on "auto" or "Webm" (auto is in my case Webm), the Game Recorder works fine ...

    The point is, I want to edit the video further in After Effects. And guess what, After Effects can't import Webm files =(

    I know I could convert the Webm file to mp4 with free online tools ... but the easiest way is to record direct in MPEG.

    Hope someone finds a few seconds to answer, thx.

  • Hi Ashley,

    I thought the same thing and just wanted a confirmation.

    I searched the web for settings in the AndroidManifest.xml for something like "use fastest cpu = "true"", but found nothing ...

    Never mind, thanks.

  • Hi there, maybe someone can answer on this.

    Nowadays all mobile phones have a octa-core CPU with specs like:

    6x 1,4 GHz + 2x 2,2 GHz ...

    So will Construct3 always choose the fastest possible CPU (2,2 GHZ in this case)? Or is this handled by the mobile OS? And which CPU would choose the OS?

  • You do not have permission to view this post

  • Sounds very simple.

    Thanks you two , Sami424

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi

    I think sooner or later I will need some of your plugins ...

    But how construct plugins work? Can I still simply use the build in export features and build a signed / unsigned apk inside construct3?

    Or do I have to use tools like Phone Gap or Intel XDK as soon as a plugin is used?

  • Hi pilpgam,

    I think it's very easy to work with some extra instance variables.

    You just can give the two buttons (Gold & Gem) a instance variable named "show ad" or something ... Set the initial value to 0.

    If click on one of this buttons you just set the "show ad" variable to 1.

    Now if the video ad is complete the "on video complete" event will be triggered. In this event you need to put in: "Button Gold -> show ad = 1"

    At the end you need to set "show ad" to the initial 0 again.

    Can't explain it very well, but here you have 2 screenshots:

    http://www.okrafobix.de/construct/image02.jpg

    http://www.okrafobix.de/construct/image01.jpg

  • Hey pilpgam,

    for me there are no problems with the video ads ...

    I did nothing else than you, except I use functions to call and show the ads.

    You can see the pictures:

    http://www.okrafobix.de/construct/image01.jpg

    http://www.okrafobix.de/construct/image02.jpg

  • Hi pilpgam

    your guide in the first link is really helpful, thanks.

  • Scirra Team

    Would be nice to have some example projects to see how to implement all the various ad formats (Banner Ads / Interstitials / Rewarded Video Ads).

    Or at least some guide with the event order to follow (request video, load video & show video) ...

    Something like the new local storage example would be great.

  • Hi Stan,

    just emailed you. Hope you can help ...