Godot Version
Godot 4
Question
ok, i’m really new to Godot and to Programming, in general, and i’m trying to make a slot machine (not one of those normal slot machine, it’s more of an item picker, with the animation similar to the Mario Kart one, where the items cycles until certain time)
so far, i’ve gotten fairly well, i managed to make the mechanic where when you click on the handle, it starts spinning until some time. i got the basic part of it down, but i’m having major issues on the animations, and in the interactions for the rest of the thing:
i can’t set up a scene as default with a frame frozen (like, the frame still until you click on the button, then the animation starts and the settings expand). i’m having the most issues on that part because i don’t quite know how to set up an interaction that involves triggering animations.
i’m also having issues linking my sliders to the values of the spin duration of the slots, and the cycling speed of those items, i kind of got them working by debugging and making a print command to see if the sliders were working but i still haven’t tested on whether it’ll actually work or not.
and even with GPT on my side, helping with the stuff, i’m not getting nowhere at all with this issue because i don’t know if i’m pretty much mixing stuff up in my scenes or it’s JUST the code that has issues and could be optimized aswell.
Here’s my Project, if you guys wanna look deeper into it:
and help or tutorial i can have is appreciated, thank you in advance!
edit: fixed the link, it should have the right project files, especially because as i’m writing this, i’m trying to fix the slot machine mechanic, especially because it broke completely when i started tweaking the sliders