Problems with my game (file included)

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

    I have a game I can't get it to work!

    I have 2 objects like a X and a player. When Player is over X it turns to yellow. When all players is yellow then level is complete. but how?

    I have dublicated it 4 times, both player and my X's. I have tryed everything, without any good news. Here is my file

    Can someone help me?

    Thanks

    Please login to see this link.

    Fusion 2.5 - Examples
    Go toPlease login to see this link.

  • Hi Zorcano

    I found another solution that's better or more easy. If you take my example and skip first line. Then you pick and count and compare the numer to active = Number of Active in Zone (200,119) to (233,248) = 4.
    Then you have the same results with one line of code :) But thanks anyway... I hope you learn someting too...

    Fusion 2.5 - Examples
    Go toPlease login to see this link.

  • That solution is very specific to your game.
    More generally speaking, the way I'd do this would be to say something like:

    + Player overlaps Object
    -> Object: Set animation to Yellow

    + Always
    -> Set counter to 0

    + [negate] Object: Animation = Yellow
    -> Set counter to 1

    + Counter = 0
    -> Level is complete

    The counter will be set to 1 if any of the objects are not yellow - so if it's 0, that means they must all be yellow.
    (In practice, I wouldn't actually bother to create a new counter - I'd just switch a flag in some other object that I already had lying around in the frame)

Participate now!

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