umarfarooq's Forum Posts

  • Hmm. Okay. In that case don't worry too much about refining the experience to as it is with Google Admob. Just use the best of these SDKs and that's it.

    I can see they have a Unity plug-in as well, maybe that has more flexibility as it can be programmed a bit at least at game level.

    Have fun.

    Thanks,

    Umar

  • I see some limitations with their SDK, just skimmed though it.

    May I ask why you don't want to use Google Admob for the purpose? It is much easier to implement.

    Drop me an email on readumar at gmail

    Will be faster for me to respond to you.

    Thanks,

    Umar

  • kcalpesh

    Which game distribution website? And may I know what is your end objective so I can help you with that directly?

    The screenshot I shared with you is C3 native plugin for Mobile Ads.

    / Umar

  • 13spongg13

    One easy way, for DLC check run a back-end Node JS script on AWS Lambda which you can communicate with using Websocket in C3. Secure, simple and with no dependency on Steam.

    Thanks,

    Umar

  • kcalpesh

    Have done this before, aren't the following options in image covering all your requirements?

  • MasterNedyah

    Without going into details, an easy would be to use Local Storage to remember scroll position which is updated every time scroll moves. On opening the panel, position can be retrieved from Local Storage

  • Hi,

    https://drive.google.com/open?id=1oE7gX47FCjqVjAhFbsBNrZPto2-kIQgu

    This fixes your problem till hundreds of Credit value. For larger number, you can add another condition and so on and so forth.

    Drop me a message at readumarrlv@gmail.com if you need a quicker response.

    Thanks,

    Umar

  • Hi,

    A combination of find(src, text) and round() with some Conditions should do the trick.

    Let me know if you need more clarity.

    Thanks,

    Umar

  • Hi jason_jpoole

    Would be great to join you on this project. Kindly drop me a message at readumargvw@gmail.com

    Thanks,

    Umar

  • ozboybrian

    This is perfectly do-able in C3. Moreover, it can be done in Multi-player and implement a MMO experience.

    Tutorials aren't the way to go about if this is your target. It will take you far too long to learn, then implement to reach to this game.

    However, tutorials for most of these are available on C3 Tutorials page.

    Let me know if I can help you with anything.

    Thanks,

    Umar

  • jobel

    Use a Websocket to connect to a Node JS script which interfaces with mySQL

    Thanks,

    Umar

  • dominik3377

    This is fairly easy. Create a dot sprite (pixel size). Draw it on Canvas using math equation for circle = x^2 + y^2 = r^2

    You can play around with curvature, length etc. to arrive at your desired result.

  • Drop me a bit more detail about your project at my email readumarsqr@gmail.com , I'll guide you

  • Try Construct 3

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

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

    Yes. It's possible to do it using Audio (preload by name) while the script downloads the file and renames it to this name before it gets preloaded.

  • Alon

    Yup. It would be help to have such a simple toggle for mouse.

    Let me know if you need assistance with your project though. It sounds more tricky to explain then it actually is to implement. Doesn't matter how many times you've to repeat it throughout your application.