jamban's Forum Posts

  • Packages built in "apk" are built with "Cordova" and use "Android Web View" to do their work.

    If you are interested in this issue, you can check which version of "Android Web View" is used in the smart watch and whether it is suitable for running.

    If it is not suitable, you can only place the "HTML" version on the website and open it on the watch.

    but android webview not support yet in smartwach

  • I was going to make a thread but I will just bump this one. I would love to make an app to run on the watch. Closest I've gotten is hosting an html online and accessing through the browser

    so the user must be online? do you have solution if we put the hmtml5 localy?

  • this worked, thanks for your help!

  • I have already tried it, but the knife ends up at the very bottom. I want the knife to be between the photo and the texture.

  • hi, anyone can help me, how to make the knife under the sprite texture (blend mode:source atop) without being affected by the effects.

    this is the project file :

    https://www.dropbox.com/scl/fi/fykmsgow7qx1me1fzrz3e/texture-blend.c3p?rlkey=vezyf7yqb3v6ue8pa8c517svr&st=ldv2d9bx&dl=1

    thank you

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Can the Pro UI plugin (ProUI_v1.822) still be built for Android in the latest version of Construct 3?

  • thank you dop2000, its work!!

  • so i made a leaderboard, this evensheet i got from a tutorial in the forum. but this evensheet uses a third party plugin called CSV made by Henrik.

    how do i keep the code in running without using this plugin? while the csv plugin from Construct 3 doesn't have that feature.

    i tried asking gpt chat to use js code but it still doesn't work.

  • yes you can make app with construct,

    I've created some simple app like, screenshot maker for playstore, book finder, map, love meter, wikipedia app, etc. (i forgot :D)

    some app using free API.

  • can anyone help me how to build app/game for android wear os with construct 3?

    I've tried buld the apk and open it wit wear os emulator, it successfully installed but force close,

    the logcat say about webview error...

    I know that wear os dont have webview feature, but is there any solution about it?

    Tagged:

  • do you already check this? huskycraft.itch.io/construct-3-discord-api

  • any update?

    do you have solution?

  • It may be a difficult task to make a smart AI that can deflect multiple balls.

    You can try a simple method first:

    On every tick pick ball instance nearest to the (player.x, player.y), move player to ball.x

    .

    Also, you don't need a family. You can add multiple instances of the same Ball sprite.

    thank you, it worked!

  • I would use MoveTo behavior. On every tick move to (Ball.x, self.y) position. Then adjust the parameters like speed, acceleration and deceleration for smooth movement.

    thank you for your help dop200,

    one again, what if I put ball more than one?

    I tried using family but the AI player always following the X of first ball,

    ai player ignoring other ball

  • Hi, can anyone help me.

    I want to make Ai player for brickbreaker game, but the move of player looks glitch went moving into the ball. I read that this can be done using lerp, but I can't using it :D

    this is the c3p file link :

    file.io/SQecvkNdwbgD

    thank you

    Tagged: