1.7 KiB
1.7 KiB
sidebar_position
sidebar_position |
---|
3 |
Respin
Overview
The Respin feature is a popular mechanic in modern slot machine games that allows players to spin one or more reels again without restarting the entire game round.
Main Scene
Start Respin
The Respin feature usually occurs after a specific win or condition is met.
Scenes
Description | Image |
---|---|
Create Respin Feature Node | ![]() |
- Respin Trigger Result
- Respin Re-Trigger Result
- Respin Counter
Description | Image |
---|---|
Number of respins | ![]() |
The respin feature ends when the number of respins reaches zero, and the game returns to the normal mode.
Handle Script Processes Data Respin
- Handle Respin Response Event from Server:
- Override the class:
hyper-gaming-server-handler
- The event name is usually:
respins
Processes :
- Trigger Data
- Re-Trigger
Handle Script Respin Panel
- create class
feature-respin
override the class:feature-game
: handle panel respin and manager ui feature respin.
- add script trigger / retrigger