Chintu da's Forum Posts

  • Hi everyone!

    I’m a Construct 3 developer with 3+ years of experience. I’ve made 600+ educational games and have strong skills in event sheets.

    What I Do:

    Mobile games for Android & iOS Also PC and Web

    Games Gerne – platformers, racing, RPGs, Puzzle , Brain Games and more

    Firebase integration – login, Realtime database, etc.

    My Work:

    YouTube Links (Made With Construct 3)

    Subscribe to Construct videos now
    Subscribe to Construct videos now
    Subscribe to Construct videos now
    Subscribe to Construct videos now

    If you're looking to hire a reliable Construct 3 developer, feel free to DM me.

    Let’s get your game done—on time and professionally.

    Contact - gravi3_ Discord id

  • I want to implement OAuth Sign-in (like Google or Apple) in my Construct game without using any third-party plugins, and make it work for both Android and iOS exports — similar to how Unity supports it with SDKs

  • ya this version is nice thanx

  • its possible with tween behaviour only ?

    i check project file , that's include one sprite object , bullet behaviour and its not like loop as same in video reference.

  • kindly Check video Below

    streamable.com/1fipje

  • Fullscreen events work perfectly on Android, tablets, and the web, but they don’t seem to work on iPhones and iPads.

  • Google Play Console Crashes And ANR Screen Shot

  • Solved ! Thanx

  • Selected Placer Is Active True

    and Unselected Is Active False

    Active Is Boolean Instance Variable In Placer Object

    im Trying to Dragger Set Only On Placer Objects Which Is True

  • You do not have permission to view this post

  • SOLVED

  • Try Construct 3

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

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

  • "<div style='overflow-x: auto; padding: 5px;'>

    <table border='1' style='width: 100%; border-collapse: collapse; border-radius: 20px; box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);'>

    <tbody>

    <tr style='background-color: #f9f9f9;'>

    <td style='padding: 20px; text-align: center; font-weight: bold; text-transform: uppercase; background-color: #e1f0fa; color: #4c6a92; width: 33%; border-radius: 8px 0 0 8px;'>" & MyArray.At(loopindex, 0) & "</td>

    <td style='padding: 20px; text-align: center; background-color: #e1f0fa; color: #4c6a92; width: 33%;'>" & MyArray.At(loopindex, 1) & " min</td>

    <td style='padding: 20px; text-align: center; background-color: " &

    (MyArray.At(loopindex, 1) < 5 ? "#ffffff" : (MyArray.At(loopindex, 1) <= 5 ? "#d1e7d8" : (MyArray.At(loopindex, 1) <= 15 ? "#ffeb99" : "#ffffff"))) & "; color: #4c6a92; width: 33%; border-radius: 0 8px 8px 0;'>" &

    (MyArray.At(loopindex, 1) < 5 ? "Low" : (MyArray.At(loopindex, 1) <= 5 ? "Good" : (MyArray.At(loopindex, 1) <= 15 ? "Excellent" : "Unknown"))) & "</td>

    </tr>

    </tbody>

    </table>

    </div>"

  • yes exaclty , now i got it