Compare 5 Objects or more (Slot machine)

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.
  • Hey,
    i'm creating a slot machine (5 reels) and everything works fine, besides the "Winningcheck"
    because i dont have any idea how to check if there are 2, 3,4 or 5 matching animations frames in a row.

    I have three winning likes (as you can see in the picture), one line for one row.

    My slot machine is looking like this:
    Please login to see this attachment.

  • Hi, whilst this may not help I thought I would throw a few ideas after developing slot machines myself in fusion.

    My first one was similar to yours and for my winning check routine I actually did "collision check" or "overlapping" check of each objects on the winning line and did it that way, unfortunately that meant a lot of predefined "win checks".

    My last way I did it was have each symbol have an alterable value, so for cherrys the value was 1 and jackpot was say 5 and others in between, you can then simple check the win line positions but use a calculation to detemrind if its a win or not based on there alterable value. It made things easier doing it this way.

    Hope this helps.

    Parafly Paragliding Simulator Please login to see this link.

  • Hi, whilst this may not help I thought I would throw a few ideas after developing slot machines myself in fusion.

    My first one was similar to yours and for my winning check routine I actually did "collision check" or "overlapping" check of each objects on the winning line and did it that way, unfortunately that meant a lot of predefined "win checks".

    My last way I did it was have each symbol have an alterable value, so for cherrys the value was 1 and jackpot was say 5 and others in between, you can then simple check the win line positions but use a calculation to detemrind if its a win or not based on there alterable value. It made things easier doing it this way.

    Hope this helps.

    Your second solution sounds easy, but I did not really get the way of realizing it (the calculation).

    Thank you for your answer :)

  • When all thing are rolled, run for each loop for each column,on each loop add this alt.value to total_sum(alt.value of some placeholder) and then compare if sum is equal to something---do something(after running all for each loops)

Participate now!

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