How to get the parallax effect with the floor curving towards the center

Welcome to our brand new Clickteam Community Hub! We hope you will enjoy using the new features, which we will be further expanding in the coming months.

A few features including Passport are unavailable initially whilst we monitor stability of the new platform, we hope to bring these online very soon. Small issues will crop up following the import from our old system, including some message formatting, translation accuracy and other things.

Thank you for your patience whilst we've worked on this and we look forward to more exciting community developments soon!

Clickteam.
  • Hi.
    There are already several threads to solve the questions about the parallax effect. The parallax effect with objects placed in three levels moving at different speeds (the first slow, the second fastest and the third the fastest of the first and second) I solved it simply using both the x and y coordinates and with the bouncing ball movement.
    What interests me is the effect of the floor curving towards the center of the screen, like that of fighting games which, the floor in addition to going to the right and left, twists towards a point in the frame.
    In this thread there is an awesome example of Schrodinger who solved such a question, but it is a sprite split into many blocks that give the effect of the curvature.

    Please login to see this link.
    Please login to see this link.

    I was wondering if there was a method to achieve the same effect, but using a single sprites and without increasing the virtual width and height size of the screen and without using the firefly (I use those directly for 3d games). We could use anti-aliasing, automatic rotation, and the scaler.
    The sprite to use is this:

    Please login to see this attachment.

  • Solved this little question thanks to Please login to see this link. that I had not noticed before (but above all thanks to whom made the parallax example, but there is no author name).

    - First of all, the image contained in the parallax object must have transparent spaces in the sides (otherwise the deviation effect does not result) and the image must already be drawn in perspective.
    - In the properties of the paralax object, the base size and the z-length size must be the same as the image contained in the parallax object. In the "setting" tab of the parallax object, you need to check only "Lower bound" and "Upper bound", so you can adjust with the offset limit.
    -You must assign an alterable value to be associated with the offset of the parallax object and add and subtract its value in the event editor (by pressing keys in game running), so it does not scroll infinitely!

    Note: Using this method, there is no need to increase the virtual space of the frame, so the user can more easily orientate with the x and y positions in a future implementation of the example.

    Download the example Please login to see this link. for interested users in creating such games.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!