Kyatric's Forum Posts

  • The capx

  • It will make integers out of your coordinates, so it works.

    But with two objects moving at fixed interval of distance (each tick they move by X pixels), starting on "random" position, what are the odds that both objects ends up exactly at the VERY SAME X during their course ?

    Answer: close to none.

  • For a few releases now, you have a system action "Go to layout (by name)" that allows you to write down the layout name (and so being able to use variable as well).

  • <img src="http://dl.dropbox.com/u/36472942/construct/forumhelp/SaveTouchPosition.JPG" border="0" />

    With global var.

    Each time you will start to touch the sprite, it will save its position to currX and currY.

  • Touch position is obtained by the expression Touch.X|Touch.Y

    So you can assign those positions to global variables "on touch start" and "on touch end".

    You can also store the values in an array.

  • That's where the fun lies ^^

  • Well, both issues you reported (sprite not displaying, and now C2 crashing on new/open) were already reported before and so far always have been resolved by the installation of the correct/newest drivers.

    Apparently, so far you dld/installed drivers and it weren't the correct ones (or they are just badly programmed).

    Try to uninstall them all and proceed to install (again) the newest drivers available.

    You can also try a full reinstall of your OS (from scratch with a format) or even updating to a newer OS (win 7 if possible).

    From there, apart from having a direct access to your computer to be able to see directly "on site" what's going wrong, there's not much more that can be done support-wise.

    Once again I refer to Ashley's last blog article, you might be stuck with a computer whose manufacturer doesn't support on the drivers/compatibility level.

    Would you have access to another computer and try installing C2 on it ?

  • A capx

    Tastybytes is right about the fact that "the same X for both sprites" is likely to not happen at all.

    Check for an "area".

    In the capx I make sure both sprites are in 10 pixels range of each other, this seems to do the trick when they "cross".

  • To check the language, you can use the browser object and compare Browser.Language. (Based on a code where, for example, "en" is english, "fr" french, etc...)

  • SOL is the Selected Object List.

    Basicly the list that contains the instances you picked (by filtering with conditions) and to which the actions will be applied.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I've just made a quick try and it worked as expected.

  • Changelog from the r75 when families were introduced.

    I guess it should answer your question.

  • Answer for the ballon tips.

    And for the drivers, have you tried to go to the webpage of your manufacturer and get the drivers from there ?

    As explained in Ashley's article, some facturers force you to go through them for the drivers of laptops, and only those will work.

  • Actually this and that topics could be a usefull read there.

    It's not easy as it is in english and pretty "abstract"/theoric stuff but it's worth wrapping one head around.

  • You do not have permission to view this post