I need help with slot machine


This is the code I have so far. I want it where if three in a row were to happen the game would splash “Match”

You’ll need to look in the Image category to find the comparison block for images. Then, you’ll compare them at the end each time gambling_symbols is called to see if mySprite == mySprite2 && mySprite2 == mySprite3.

It looks like you enjoy the problem solving aspect, so I won’t give you much more information than that…but please do ping if you want me to elaborate!

~Kiki


Like this, is this what you meant?
It works, but is this too much?