RBuster's Forum Posts

  • Some help?

  • I need to include an image stating that the orientation of the device needs to be landscape and I am using the "browser" object to detect the orientation of the device and a script to positioning/resizing (screenshot attached) this image so that it always appears in the same place on the screen when the user resizes the window, but the image is distorting. What can I do to maintain the proportions of the image?

  • Thank you, guys.

    jsutton I will try to implement what you suggested.

    I uploaded the file to WeTransfer in case you want to check the file

    we.tl/t-SWGlwVgZrq

    Thanks

  • Hi jsutton

    Thanks for helping me. I really appreciate that. Thanks for the suggestion. I believe I will have a hard time implementing this but I will give it a try. Did you check the file I shared? Is everything okay with the code?

  • I really don't understand why it is so difficult to get help on this forum. I think I asked the question correctly and even attached an example file. Could any "good soul" help me in this matter, PLS?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I am using Firebase and the Rex plugins to create a login system. However, I can only capture the user name instead of the email. Whenever I include the "." (dot), data is not saved. Could someone help me to configure the system to accept emails? I am attaching the file. Thanks

    dropbox.com/s/ds2kyprjumqxr0v/login.c3p

  • Could someone help me with this subject?

  • I need to produce a board game that will work together with a quiz and I will need a database to create user login and password and also record the player's position on the board when he stops playing and make a ranking of points accordingly with the login. I don't know much about databases. What would be the easiest way to implement this database and what database should I use? I heard about MongoDB and I even had a mongodb puglim with me.

    EDITED: I just saw something about Google Spreadsheets. Could I also use Google SpreadSheets for this?

    construct.net/en/tutorials/create-online-database-google-1373

    Thanks for any help.

  • Ok. Thanks.

  • I think it would be possible to use an expression to solve all this complex mathematics (Audio.AnalyserRMSLevel).

    dop2000 I saw that you helped solve a similar problem (https://www.construct.net/en/forum/construct-3/how-do-i-8/help-making-voice-puppet-153457) using this expression. Would it be possible to use this same expression to manage the "mouth" images according to the phonemes? In my case, audio files would be used instead of microphone generated audio. Thanks.

  • No help?

  • I am returning to C3 and I am trying to find out if it´s possible to implement lipsync in C3. I used to import sprite sheets from the "mouths" generated in another program with an audio file, but this makes the game heavier and very restrictive. I wish I could generate lipsync in real-time, according to the active audio file. Thanks.

    Tagged:

  • Hi

    I need a small and simple system that allows/requires a login and a progress page that will check if the user completes some activities in other html5 files.

    For example:

    - The user login on the system

    - They access a menu page with the activities available for them

    - After they concluded the activity the system save the score and time

    It's a personal project and this is the 1st stage of this system. I intend to expand this system later if everything if all goes well.

    Please, let me know your e-mail if you are interested

  • That's a clever solution! Much easier than what I had in mind.

    Thank you!

  • I figure out how to solve this problem: I configured the angle of the 8 directions behavior to "No" and I included another 8 directions and configured the angle of this behavior to "Smooth" and disabled it. when the car overlapping the sprite on the crossing, I disable the 1st one and enable the other and vice versa when the car is not over the crossing. Thanks anyway for try to help me.