making a random drop down platformer

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.
  • i was trying to make a game where the player drops down onto different platforms. i know how to make the platform a different one each time but i do not know how to get it to create the next platform at a certain distance from the previous one.
    if you can help then it would be appreciated.

  • The following events will create 20 platforms below each other, with 32 pixels between, starting at y = 64. The platform itself should be as wide as the screen and about 8 pixels high, and has 6 custom animations that is set to loop.

    * Start of frame
    - Start loop "Create Platform" 20 times

    * On loop "Create Platform"
    - Create object Platform at (0,0)
    - Platform: Set YPos to 64 + loopindex("Create Platform") * 32
    - Platform: Set Animation Sequence to 11+Random(6)

Participate now!

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