Prox's Recent Forum Activity

  • Maybe a cross-domain security error ;-)

    Whats the URL you uploaded your exported html and js files?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You dont need the "&" after myVar, but that is not the error.

    So your capx looks right. Test the following

    Open the URL pigobo.com/UploadTest/test.php

    After that check your "data.txt". If it dosen't contain "TEST1234" your PHP Script don't work correctly or you dont have permission to write to the file.

  • It should work.

    Try to run your php script with your browser to check for errors.

    You can also upload your .capx file so i could take a look at it.

  • Hm, what is your exact error?

    Your data.txt have to be created once before you run your script. Just upload an empty "data.txt" to your server.

  • Construct 2 Event:

    Button : "on clicked" => AJAX : Request URL ( "http://myserver.com/test.php?myVar=myContent)

    PHP Script (test.php):

    <?php

    file_put_contents("data.txt", $_GET['myVar']);

    ?>

  • You can use the IntelXDK Event:

    IntelXDK : Compare orientation ( Landscape || Portrait ) => do sth.

  • You should play around with an event like:

    XML : "For each node" => Dictionary : "Add Key"

  • public function search

    {

    return manual->search("Containers");

    }

    <img src="smileys/smiley2.gif" border="0" align="middle" />

  • Use an event like "Scroll to position" : Touch.X , Touch.Y

    I would suggest you to read some tutorials and the manual.

  • Take a look at System Action: Scrolling

    scirra.com/manual/125/system-actions

  • You cant convert a flat 2D Image to an isometric map with Construct 2 because there is no 3D render yet.

    You should design your map-image to look like 3D with another tool (like Cinema4D, Photoshop etc), save it as an image in the wanted perspective and use it in Construct 2.

  • You have two limits:

    1. Integer: I guess UID is an integer so you can get theoretical 2.147.483.647 different UIDs.

    2. Memory: Your PC or mobile device will run out of memory long time before the integer limit <img src="smileys/smiley2.gif" border="0" align="middle" />

Prox's avatar

Prox

Member since 3 Apr, 2013

None one is following Prox yet!

Trophy Case

  • 11-Year Club
  • Email Verified

Progress

12/44
How to earn trophies