Skip to main content

Pixi Reel Column

One column of a Pixi reel: a strip of cells that scrolls and stops.

Wire a column to one of the Column N inputs of Reel Controller, which owns the spin timing for the whole grid. A column knows how to scroll and where to stop; it does not decide the outcome.

With the controller's Auto Layout enabled, columns are built and positioned for you from the column and row counts.

Inputs

Grid

DataDescription
Visible Rows (number)
Cell Height (number)
Cell Width (number)
Cell Padding (number)
Mask Padding (number)

Layout

DataDescription
Auto Center (boolean)
Anchor X (enum)
Anchor Y (enum)
Propagate Size (boolean)

Data

DataDescription
Reel Strip (array)
Stop Position (number)
Symbol Images (array)
Target Symbols (array)

Spin

DataDescription
Spin Style (enum)
Spin Speed (number)
Max Speed (number)
Acceleration (number)
SignalDescription
Spin
Stop

Drop

DataDescription
Drop Duration (number)
Row Delay (number)

Stop

DataDescription
Stop Style (enum)
Bounce Strength (number)
Bounce Duration (number)

Effects

DataDescription
Spin Effect (enum)
Blur Strength (number)
Anticipation Effect (enum)

Cascade

DataDescription
Cascade Reels (array)
Removed Cells (array)
Cascade Style (enum)
Cascade Duration (number)
SignalDescription
Cascade

Transform

DataDescription
X (number)
Y (number)
Alpha (number)
Visible (boolean)
Z-Index (number)
Scale X (number)
Scale Y (number)
Rotation (number)

Outputs

Events

SignalDescription
On Stopped
On Impact
On Cascade Complete

State

DataDescription
Is Spinning (boolean)

Data

DataDescription
Current Symbols (array)

Reference

DataDescription
Container (object)
Node Reference (node)