DeXVinogradov's Forum Posts

  • Cool!!! Very nice game. At first it seems very hard, but that's just the beginning

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • This method allows greatly save time to view the application on your mobile device. With it you can get rid of the need to export and compile the application, it takes a lot of time.

    First you need to make an adjustment in C2.

    Go to settings --> Tab Preview --> The default is port 50000, but I put 80 (It's easier to register an address on mobile devices). Next to the LAN has a button, click on it and select your local IP. Click OK, close the construct (required) and proceed to system settings.

    Call Run... (press Win+R) --> Write there firewall.cpl

    In the window that opens, go to the Advanced Settings (?????????????? ?????????).

    Click Inbound Rules (??????? ??? ???????? ???????????) and then New Rule...(??????? ???????...).

    Then follow the screenshots

    For the port (usually manages connections to TCP port and UDP)

    TCP protocol. If the settings construct open port 80, then 80 and write here.

    Allow all connections

    Then he offers to write his name for this rule. I wrote LocalPreview.

    After creating find it in the list, open it, go to the Advanced tab (?????????????) and click the Configure button (?????????).

    In the opened window set everything as in the image below. This is for security. So that no one from the outside could not connect to you.

    Remove the check mark from the "Remote Access"(????????? ??????)

    We proceed to the settings on the phone. To begin, open any project in C2 (administrator) and click Preview. After open Chrome on your mobile device. Prescribe your IP. If you do not specify port 80, then a colon after the IP and write port, all with no spaces.

    After the project is open go to a menu Chrome and click Add to Home Screen (???????? ?? ??????? ?????)

    This method is sufficient to set up a time. After opening any project in C2, you can view it through the label.

    Important!

    • For the first preview of each project must press preview at the C2.
    • If you do not close the preview on the device and press a key on the C2 preview again, the preview on the mobile device itself is updated. It is very convenient !!!
    • Preview only works for the first open source project. If you have open at once two or more projects, it is necessary to prescribe for each rule in the system and create shortcuts on your mobile device
    • To go in Debug mode it is necessary already during the preview button to poke in the C2 Debug
    • C2 Run as administrator

    I know English is not very good so used Google Translate.

  • Can be tested via WiFi. I wrote a guide on the Russian forum C2community.ru. Now I am doing a translation into English. You can test on any device, without compiling directly from C2.

    I will try to do it as soon as possible.

  • Thank U. Would be nice if you make a tutorial on using. So I myself will try to use your spare time to do a little lesson on the use of arrays. To show what they do and how they can be used.

  • Try to use these project settings

  • Try to use these project settings

  • New version. Is more fast and support very large arrays ))

  • Where the reviews? Write something extra or something is missing. And it works at all? ))

  • Here utility to fill an array

  • For fill an array

  • Made a program for visual editing of the array. After creating a Event (System - On start of layout) and choose the action Array - Load. There are inserting the resulting JSON and when loading the game get filled array.

    There is a function to save and load the array, changing the size of the array.

    When you create a JSON into account the value of the cell and provides the correct format as numbers and text.

    Hopefully useful to many. Since some of the array is not used because of its intricacies

    Basic features:

    -Working with large arrays (More than 1000000 cells)

    -Working with 3D arrays (X-axis, Y-axis, Z-axis)

    -Built-in memory for 10 arrays

    -Load array from JSON

    -Ability to invert the axis

    Update 10.04.2015

    URL ?

    GoogleDrive

    ArrayCE_v2.0. New Beta version. Creat on Construct2