Kyatric's Forum Posts

  • You do not have permission to view this post

  • Are you sure the email address you gave in your profile is the correct one ?

    If you have further issue, please send an email to supportfou@construct.net

  • The store is on the previous website scirra.com and is indeed slow.

    The website is in the process of being moved to the faster construct.net domain, but it is not here yet.

    For now, the only thing is to wait, and when some connexions issues like the one you report happens, let it be at the moment and come back to it later, it generally "fixes" itself when accessed at a different time.

    If you have further issue accessing the store, consider sending an email to supportrsj@scirra.com

  • Apparently you managed to log in the forums and post.

    Scirra's arcade is hosted on the older website, if you only made an account on construct.net, it won't work.

    Perhaps try to register an account on scirra.com and login to that account to be logged in the arcade.

  • Are you talking about an infinite vertical scrolling (whereas your main objects are "staying in position") ?

    Check out the "Scrolling / Camera" section in the How do I FAQ for Construct 2 to get ideas on how to implement it.

    Or check this page of the tutorial that talks about horizontal scrolling, and adapt it to your needs.

  • Apparently this condition is only available in the C2 Legacy runtime, not in C3's.

    Learn more about runtime

    The microphone input example was first made in C2 Legacy, and then passed to C3's runtime and the condition was left, for compatibility purposes I guess.

    It is indeed surprising though so here is a bug report to raise awareness on this issue.

    Whether you are using the personal or the startup or standard business or an education plan, all the same features are unlocked and available in all those.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • One element of answer is the System condition "Pick random instance". scirra.com/manual/124/system-conditions

    To draw a line, look examples in the How do I FAQ for Construct 2, stickied topic in this forum.

  • "Has lineOfSight" simply checks if the Player object "sees" the Projectile in a range of 50 pixels.

    So of course, being at a "near" distance will always trigger before the actual collision (impact).

    In your current setup, the projectile will always come from the bottom up to the top.

    You could check is if the Projectile Y is less than Player's Y position as an added condition to your event 5.

    This way, you could then only check that is was near, when the projectile did pass the player.

  • Post your project so people can investigate what is actually happening.

  • Please post your capx.

  • Post your project, people can't guess what you have done.

  • There is no image to see I'm afraid.

    Consider posting a link directly to your project at worst, if you can host it on an online file service like dropbox or google drive, or anything of the like.

    Also you should try to explain what exactly is happening and how it is different from what you expect.

  • Please read the manual article on getting C3 :

    construct.net/en/make-games/manuals/construct-3/getting-started/get-construct-3

    Also make sure that in the settings dialog you have set the Updates option accordingly to the channel you want to get.

  • Perhaps have you locked the layer the object is on in the layers bar ?

  • Shake is supposed to shake the screen.

    So either your layout's size has to be bigger than your project's window's size, or the layout "Unbounded scrolling" property must be true.

    Posting your project might make it easier to investigate what may be going on.

    Indicate precisely what you are looking to achieve and what you experience your actual project doing.