Darklinki's Forum Posts

  • You do not have permission to view this post

  • There are different ways, like setting a layer invisible ... but there are more elegant ways.

    Could you tell me for what you need that ? Or do you have any example ?

  • no problem ;)

  • Ahh why you dont tell it before :D

    Click in the projects bar on Layouts

    now should you see the project properties on the left side.

    <img src="http://s14.directupload.net/images/121210/za9m7ce6.png" border="0" />

    just change the First layout ;)

  • I really try to understand your question, but I dont understand it :D The wall collision is working for me.

  • <img src="http://s1.directupload.net/images/121210/22rbz9lt.png" border="0" />

    Something like that ?

    You could also change a variable and switch between events...

    Something like:

    onclick -> test=1

    if test=1

    spawn sequence 2

    onclick -> test=2

    if test=2

       spawn sequence 3

  • Yeah there are many, but could you tell us what you try to do ?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I work on a connection between Symfony 2 and Construct 2..

    The Problem is that symfony want that I don't use links like test.de/ajax.php it want links like test.de/ajax

    Is there a Way to change the ajax function so that it doesn?t expect a .php file ? Or is there any plugin ?

  • the structure is something like

    test/src/images

    test/test2/"construct-files"

    But I?m totally dumb and now I know that I just need to write ../src/images to jump one file back ^^

    But I still need to change the link to the images...

    It need to look like that: href="{{ asset_url }}"

  • First sry for my english.

    Hello,

    i have 1 problem, we work with symfony 2 and there are the images in a subfolder.

    Is it possible to export them to there without changing all sources in the c2runtime.js ?

    Something like changing the export setting..

  • Hears really complicated, but thanks I will try it.

  • Why are you using 4 different keyboard layouts instead of changing just the background color ?

    To your problem, it doesn't even work in the browser there are many errors.

  • I got almost the same idea but all my tries didn�t work. For construct classic was there a perfect addon.. For 2 days I have tried everything, I hope some else got a good idea.

    Still big thanks to jayderyu.

  • is there any release for construct 2 ? this would fit all my problems :D

  • Hei Guys and Girls, I got a big question.

    What you need to know:

    • I try to create a browsergame in construct 2
    • I want to create a grid map
    • I want just load what the user see
    • The full Map is 255 * 255 (65025 fields)
    • The fields should not look same (trees, water, mountains and so on)

    First what I want to do:

    • A big Map in 3 resolutions (500*350px/ 120*80px/4*4px per field)

    - The Map should just draw the fields in the viewpoint and some around

    - The Map should only request informations from the fields in the viewpoint...

    - After Dragging it should draw more fields and load more

    What I send to my db and what I get:

    • I send the id from the city where I came from
    • Db take it as middle city and send me all informations from the fields around that city

    Sry for bad english ;)