remy-jay's Forum Posts

  • There is a slick 'PIN' behavior using the 'rope style' demo in the Construct 2 Demos... perhaps check that out?

    GL!

    -Remy

  • BAh, that array didn't quite render how I intended, however, if you copy it and paste it into a new message body, it seems rectifies itself :)

    Remy-Jay

  • Thanks R0J0hound -- great example!

    Would it be possible to only select groups of sprites in the array that are contiguous in up/down/left/right directions, instead of counting diagonal neighbouring sprites when selecting? Essentially, checking in 4 directions instead of 8...

    Clicking on an X below would selects all the X's and the O's wouldn't be selected because a diagonal path needs to be followed to connect them. If one clicked the far right O, it would only be THAT O selected as it doesn't neighbour any sprites in the up.down.left,right directions... etc..

    Example Array:

    ....OOOO...

    .XXX..O.O..

    .X.X..OO...

    .XXX.......

    ...........

    Thanks again..

    Remy-Jay

  • +1

    That was aesthetically fun to play...

    -Remy

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi Maenny...

    Do you have a copy of your CAPX available still? Looks like MegaUpload is being blocked by johnny-law while it's proprietor is under investigation.. :(

    Let me know!

    -Remy

  • This page might help...

    scirra.com/forum/between-sprites-distance-zoom_topic52047.html

    GL!

    -Remy

  • Hi All,

    Long time listener, first time requester...

    Does anyone know how to determine if an object in an 2D array is enclosed, and if so, by how much 'area'?

    In the example below the 'O' is enclosed by 'X's and it's 'area' would be 3...

    ..xxx..

    ..x.x..

    .x.0x..

    .xxxx..

    In the example below the 'O' is NOT enclosed

    ..xxx..

    ..x....

    .x.0x..

    .xxxx..

    I imagine this involves recursion :( ... but it's been a while...

    Any tips/tricks/suggestions?

    Thanks all!

    Remy-Jay

  • Hi All,

    Just found out about Construct2, pretty neat so far!

    Also interested in HTML5 page turning and found this..

    blackberry.github.com/Alice

    Does this help?