Darklinki's Forum Posts

  • Sry my failure, forgot to remove this plugin. I just use it to log arrays.

    dropbox.com/s/xxc3exm8tgcnsnd/example-q850kp091z2x.capx

  • Just use Html and Css, here is a copy from my Code

    Html code:

    <iframe id="iframe" src="c2.html" width="4000" height="2000" frameborder="0" ></iframe>

    Css Code:

    #iframe {

        float: left;

        min-width: 1000px;

        margin: 10px auto 10px;

        clear: both;

    }

    If you have any other question, feel free to ask

  • I made something like this, not only the header, I just dont know the right english word for it. I think it?s border or marginal not sure, I hope you understand it.

    It was a small snake game arround a Website/Blog. But the customer tought it is to much. Cause this was arround the website I made a layout with a white space in the middle.

    You can do this easily with iframes or Jquerry, works fine. For me I also needed to make some changes to the canvas with Jquery, without it wasnt dynamicly.

    Hope I could help you a bit.

  • whiteclaws: how ? scirra.com/manual/64/keyboard-shortcuts nothing like strg+f is there for event sheets

    There is 1 search function but this one is not really working for actions and it?s not really comfortable cause it doesn?t highlight anything. Also no button for next, it just searches 1 time.

    And yes I know that there are Groups but it would help me much if I could search for variables that i used any where...

  • The possibility to search variables, events, objects in event sheets would save hours of our all lifes :D

  • dropbox.com/s/xxc3exm8tgcnsnd/example-q850kp091z2x.capx fixxed it but there is still 1 bug.

    Example:

    Click on Point 18 -> 1 -> 5 -> 1, the player dont moves again to 1 but if you click 18 -> 1 -> 5 -> X -> 1 he has no problems... This is cause my new check on the last 2 indexes of the array. I have no idea how to fixx this.

    With some luck any one else, got an idea.

  • Grant me one day have to leave my work, I fixx this tomorrow

  • No problem, I�m glad that I could help you

  • I recomend single Objects for the performance, but this would need some rework

  • dropbox.com/s/vryjkfqvtiek1my/example.capx ,got not much time so I dont changed yours but I made you a nice Example. The mechanic for multiple points works nice every thing else is your job ;)

  • This is a bit complicated, here is 1 idea that works but I?m not sure if it is the best way:

    Make an array:

    On click on a Point insert 1 object at the last index of the Array with the coordinates or the instance of this point

    Every Tick AND if Array Index 0 != null

    -> Set position to Array(0)

    On collide or overlapping with this Point Array(0)

    -> Delete first Array Index and set all Indexes new Example: (Array(0) = Array(1) and so on, make this in a loop)

    I think this is the easiest way, if you need a example cause my english is bad I will make one for you ;)

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • We put the .caproj out of subversion, why do ou all put it in ? At me it changes immediatly all files, I never need to reopen c2

  • Hei Guys,

    I got a really simple problem.

    1. I pin 3 objects to on 1

    - Object1 pin to Image1

        ....

    2. I set the position of Image 1 to the middle of my screen

    - Set Position Image1 (ScrollX, ScrollY)

    3. Here is my problem, I set a image to the Imagepoints from Object1

    - Image2 set position to(Objec1.ImagePointX(1), Object1.ImagePointY(1)

    4. It moves the Image2 to the old position (before i moved image1) of my Object

    Al ready tried to fixx this with sub events and functions, nothing worked any idea ?

  • A bit much work today, but you will get your example as soon as possible and today :D

  • Set on collision with wall a variable

    checkt at Keyboard Up Arrow if this variable is set

    works fine for me, if you need a example tell it me