riocascade's Forum Posts

  • Found an answer myself, seems the address url need on https for the gyro to work.

  • I try upload the game on 000webhostapp.com, still the motion sensor not working. when i open console on firefox, there is only warning appear "Use of the motion sensor is deprecated."

    why only netlify that can work?

    anyone expert on this thing, please tell me the reason?

  • Hi all, does anyone know what happen and how to fix this.

    I have 2 identical game, but upload on different hosting.

    First one on netlify gyro-test-html5.netlify.app

    Working fine

    Second one host on neoserv.si

    game.sugarnweapons.com

    The gyro not detected.

    The game put on folder outside of public_html.

    Is that a correct way? Or do i need to enable something on the host?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • ah right i didn't see that action my bad

  • ok, i solved the problem myself. i just put the js code in "on start layout".

  • Hi i need help to implement touch->compare orientation on iphone, it works well on android but i think for iphone device it will need to ask permission for accelerometer to work.

    i found this piece of js code to ask permission on iphone, and it work, my question is, where i need to put this on my construct 3 game?

    function getAccel(){
     DeviceMotionEvent.requestPermission().then(response => {
     if (response == 'granted') {
     // Add a listener to get smartphone orientation 
     // in the alpha-beta-gamma axes (units in degrees)
     window.addEventListener('deviceorientation',(event) => {
     ...
     
     });
     }
     });
    }
    

    the complete code is in here

    and the working sample for that code (not construct 3 exported game) is here

    thanks

  • Are construct 3 can support upto 8 gamepad?

    i mean, in one screen it played 8 controller

    thankyou

  • i want to join the physics block like the gif above, but the result is not as expected

    here's my code

  • You do not have permission to view this post

  • ok, thank you very much, it's worked.

  • I want to import this library to the game github.com/auth0/jwt-decode, but the function always not defined, i read the forum and manual, still i don't know what i do wrong here.

    please help, thanks...

    Tagged:

  • Yup that is the idea of this game..

    The title of the game is Speed Warrior Trick or Treat Edition.

    Why Trick or Treat Edition? because i want to make another driving car shooter again next time with different theme.

    here's the link to play the game

    https://gamejolt.com/games/speedw_trickortreat/446100

  • okay i get the point.

    thank you Kyatric for the reply and suggestion.

  • When the person actually manages to gain more experience and knowledge, then it is time to think about monetization and check the various options available, at this moment.

    ok maybe the flow or case like this..

    a person who interest in making game can learn from let's say C2/C3 free version.

    then when they got used to it, still they will need to learn or look for other engine to getting some income and then use the money to purchase C3 full version.

    that's the only option for newcomer right now i think. which that person might be not coming back to C3 again because the person already mastering the other engine which maybe more powerful, and skipped using C3 entirely..

    sorry it is just my thought tho, because every time i recommend Construct to newcomer they always ask "is it free? i don't have any money to start with"

  • Sorry I'm not buy C3 yet and might buy in the future.

    I bought c2 with different email (work email).

    But what i meant is I'm capable to buy it because i have different work/job before.

    Ok i Miss that part, so C3 free version only for hobbyst then.

    So i need to recommend other engine to a newbie. A bit sad tho, because i like C3, i think C3 is a easiest engine to start as serious game developer from zero from someone who doesn't have coding background...