jf-roku/components/Spinner.brs
2021-07-09 06:12:04 -04:00

7 lines
142 B
Plaintext

sub init()
m.top.poster.uri = "pkg:/images/spinner.png"
m.top.control = "start"
m.top.clockwise = true
m.top.spinInterval = 2
end sub