YellowAfterlife's Recent Forum Activity

  • I am getting a similar "session expired" pop-up error, with exception of it not logging me out (after checking "Remember me" on login form).

    Sometimes it is changed by a full-page error about not being authorized to perform the action:Error

    Only members with sufficient permission can access this page.

    A security error has occurred with authentication.

    Please ensure that all cookies are enabled on your web browser, you are not using a saved or cached copy of the page, and your Firewall/Proxy settings are not hiding or masking your IP address.oth are resolved by refreshing the page.

    It is slightly embarrassing to have to copy-paste your message before submitting though.

    While registering, I have also noticed that login-related pages are taking a while (up to 15 seconds here) to respond. Perhaps something is currently broken on server side?

  • Hello, name's Vadim and I came here with hopes to post my topic about GameJolt API plugin I've made recently. Hopefully I'll be able to do that soon enough without sacrificing or obfuscating my download links.

    I've also been experimenting with Construct Classic back in the day and an older version of Construct 2 (r103, to be precise). Perhaps I'll contribute something.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • First approach is more common, hence the genre name "Scrolling Shooter" - the player remains static (on one axis), while the stage is sliding past them.

    In older games this also implied that stage elements (enemies, power-ups) were also loaded just as they were to pop into the view, and destroyed as soon as they are left behind the player.

    This also helped to keep memory usage low and logic simpler, since it was known that any coordinate would always be in fixed range slightly larger than screen.

    Second approach is less common for shooters but occurs more often in other genres (e.g. platformers) - if your player is moving through stage, it totally makes sense to just scroll around the camera alongside with them.

    Functionally... nowadays these should not differ much.

    A response from developer would help more, but generally engine is going to render images that overlap the view area one way or other.

    With numeric values being stored in double-precision floating point format nowadays, you are also not going to see any kind of number precision problems unless your coordinates exceed about... 10�6. Which is an extremely unlikely scenario.

    To sum it up, both will work, and in your game you choose, what feels right. Moreover that methods can be swapped quite easily.

YellowAfterlife's avatar

YellowAfterlife

Member since 3 Feb, 2014

Twitter
YellowAfterlife has 1 followers

Connect with YellowAfterlife

Trophy Case

  • 10-Year Club
  • x2
    Great Comment One of your comments gets 3 upvotes
  • Email Verified

Progress

12/44
How to earn trophies