SOL
14 years agoVisitor
So many ideas
I have read some recent threads of individuals getting frustrated on starting. I can relate but only because of my lack of programming skills. I have ideas that I would like to learn more about, but I am finding frustration in the documentation to some extent.
The information is there, but real life examples I think are something that I need to get a better grasp on things. I continue to read the PDF's, I continue to browse the internet... but still something is missing for me. I thank everyone for the help that is out there, but maybe this isnt for me? I hope that isn't the case and I can find some way to wrap my head around everything.
I am able to Side-Load channels, I am able to use the examples given and load them, and then successfully change minor attributes such as "text" or #color to get a different effect on screen. The problem is when I try and fly.. 😞 and add things that werent originally there.
I understand the power of Roku, streaming and all that.... but I can't even THINK about starting to figure that part out, if I can't do my simple project ideas.
if else statements : RND() : Passing RND() variables to statements to call.
My simple first idea I wanted to try was something in essence of making a coin toss channel
hort = RND(3)
if hort = 1
printMsg("Heads")
else if hort = 2
printMsg("Tails")
end if
The information is there, but real life examples I think are something that I need to get a better grasp on things. I continue to read the PDF's, I continue to browse the internet... but still something is missing for me. I thank everyone for the help that is out there, but maybe this isnt for me? I hope that isn't the case and I can find some way to wrap my head around everything.
I am able to Side-Load channels, I am able to use the examples given and load them, and then successfully change minor attributes such as "text" or #color to get a different effect on screen. The problem is when I try and fly.. 😞 and add things that werent originally there.
I understand the power of Roku, streaming and all that.... but I can't even THINK about starting to figure that part out, if I can't do my simple project ideas.
if else statements : RND() : Passing RND() variables to statements to call.
My simple first idea I wanted to try was something in essence of making a coin toss channel
hort = RND(3)
if hort = 1
printMsg("Heads")
else if hort = 2
printMsg("Tails")
end if