Forum Discussion
TroyWestphal
9 months agoCommunity Member
Variable Help
I have created a roulette game for an activity. I have two variables that determine if the participant has selected Red or Black as their wager spot. The wager on the Black spot works, the Red does...
WaltHamilton
9 months agoSuper Hero
What you have is pretty impressive work.
There are a couple of things I noticed.
I didn't look at Toms tutorial, but I'm sure it mentions that if you make all the table hotspots into a button set, you can do without the majority of your triggers. Make a button set, and use Normal and Selected state, and only one of them can be active at a time.
I couldn't get the Spin button to work with this trigger:
When I changed Bet to PointsBet, it worked:
I'm sending my troubleshooting changes. Somehow, the system is considering the hidden state of Spin Red to be Normal when the slide starts. Don't know how or why, but I suspect some sort of corruption. Maybe duplicating the Spin Black oval will fix it.