xeed's Forum Posts

  • Exactly. Is there any way to get this check for the Y-Axis?

  • Create a second layout for the score, and load it

    System -> Go to Layout(by name))

    when needed.

  • Thank you. There is no need at performance; I just would like to kick this game as c2 capx - with a self-generated matrix.

    the loopindex in the last capx is set to -1, so it should always be the last value checked against the actual.

    At the moment, I think the best solution is "lastIndexOf", but this expression seems to checks the whole array; not only one dimension. I also cant find an example which shows how to use this expression correctly.

  • I am trying to understand your problem, but I am not sure to do.

    Do you want to move the "Event" image, and keep the line between the circle (2 objects) ? Check the attached CAPX.

    [attachment=0:19niuj31]simplelineofsight.capx[/attachment:19niuj31]

    https://dl.dropboxusercontent.com/u/542 ... index.html

    If you want to create Events at specific times, use an FPS counter. Then you can check the actual position of the circle, and create Functions to kick specific multiple events on overlapping points on the timeline.

    2nd the "Sine" behavior should make it.

  • here it is, but its useless. I am still working on the first step which is setting the array values.

    [attachment=0:3atfazr1][/attachment:3atfazr1]

  • There are several ways.

    The "Shadow Caster" behavior should be helpful. You might also check the "Ambient Light"-Example included with the installer.

    Edit: Sorry

  • The actual problem is that a While under a For condition stops the For-Loop, in every case.

    I dont know if this a bug or my fault.

    [attachment=0:1ngqiysm][/attachment:1ngqiysm]

    Array is 9x9. So Textlenght (str(len(hud.Text)) for hud here should be 9 chars, but its only 1.

    Thanks for any help getting behind the logic.

  • I could, but please try yourself, since it is not that complicated.

    or here

  • Hi,

    what is the easiest way to compare all possible X and Y of a 9x9 array against each other with c2?

    Thank you

  • yes, you can use every "temp" manager as a temp-filer

    in this case again the question is...where u wanna go? highscore?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • so i asked for the basics of the linux.

    many good "firewalls" block camera access.

  • ye, the timing.

  • check the websocket object, it should do your job, since it writes to local files.

  • any restriction apps on the phone? rooted?

  • How you want to reload the data?

    I ask because yur already should have the answer via "gidf"