jf-roku/components/Spinner.brs

7 lines
150 B
Plaintext
Raw Normal View History

2021-07-09 10:12:04 +00:00
sub init()
2021-07-09 20:08:32 +00:00
m.top.poster.uri = "pkg:/images/spinner.png"
m.top.control = "start"
m.top.clockwise = true
m.top.spinInterval = 3
2021-07-09 10:12:04 +00:00
end sub