yea thanks, that works, so it detects if it changes, but i really want to know what changes, e.g. -2 or +4
so im coding right now a stock simulation game and i have a text that should detect how the stock has changed and write it down in new line, but i dont know how the action should look like
Thank you, now it's working
Develop games in your browser. Powerful, performant & highly capable.
I have a slot machine game, and I want if there are 3 cherries on the screen (animation frame 0) that the player is going to be rewarded. My Idea was to pick the three instances and check if the frame number is 0, but this isn't working