PabloDev's Recent Forum Activity

  • Hello, the manual explains all that, did you read it?

    https://www.scirra.com/manual/162/nwjs

  • I have tried the method in my project ... it does not work well:

    -The recording quality is quite low

    -Some parts are not recorded, recording stops and then resumes, in that time the image remains frozen.

    However, in a very small project it works well and the quality is good.

    Are mistakes happening with capx or caproj?

    They happen to me with capx

  • R271

    Win10 64

    Spacing is lost when saved in caproj format.

    This makes it difficult to work with caproj files because you must be configuring the spaces each time you open the file.

    REPRODUCE

    Open a capx file

    Configure custom spaces for event, action text and others spaces in your eventsheets.

    Save capx

    Save as a caproj

    Close the project

    Open the caproj file

    The spaces have lost the configuration

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads

    It has also happened to me twice.

    1-By pressing ALT + TAB

    2-On this occasion I had the focus on another program that was on the second monitor, Construct was on the first monitor. When I was working on the other program I realized that if I took the cursor to the C2 window (on the first monitor) then the cursor adopted the appearance of the circle that in windows 10 indicates that the program is processing but when I activated the window of C2, the crash happened.

  • I'm not sure when using "every second."

    Sometimes when the game starts "every second" counts 1 second when really only after half a second.

    It seems that the synchronization used in "every second" begins when the game is run.

    Then, later, you use "every second" in your game layout but the synchronization is not perfect and the first second counted lasted only 0.3 milliseconds, due to the synchronization. After that the other seconds are counted correctly.

  • Hey, I didn't know that way to record video.

    Why then many users have been asking for the forum about programs to record their games in the browser?

    They said you can't record the game with any program (black screen).

    So I'm surprised that this plugin exists and nobody ever said about this.

  • Hi, do you want to read a JSON file from the disk?

    I am doing it without problems with NWJS, I simply use NWJS.readFile and get the JSON information from the file on disk.

  • I do it manually with Cordova.

    For me it is the best option.

  • I use the underscore for the name of the constants.

    It is a very common normal.

    They should try to solve that problem.

    Also in C3 it works fine.

    For normal names I use camelCase, although in the example I did not.

  • If you have some variables with the same name but some use an underscore, you cannot refer to the variable that does not use an underscore, for example, if you have these variables:

    name_player

    name_room

    nametest

    The automatic reference works with the first two variables but will not work with "nametest".

    To solve it you will have to add a hyphen to "nametest":

    name_player

    name_room

    name_test

    Another option is to eliminate the low hyphens of the other variables to do so:

    nameplayer

    nameroom

    nametest

    In this gif (gif with scroll bar) you can see how the reference does not work with "nametest"

    CAPX

    https://www.dropbox.com/s/nrbo9zy8n9n02py/testVariablesNames.capx?dl=0

    VERSION C2

    R270 64b

    Win10 64b

  • Ok, the key function is mid.

    Thank you.

PabloDev's avatar

PabloDev

Member since 2 Nov, 2015

None one is following PabloDev yet!

Trophy Case

  • 9-Year Club
  • Regular Visitor Visited Construct.net 7 days in a row
  • Steady Visitor Visited Construct.net 30 days in a row
  • Email Verified

Progress

12/44
How to earn trophies