EnTerr
9 years agoRoku Guru
Cheap thrills with SG Node
I was playing with SGt Nobby Nobbs^ and here are couple of not-so-amusing observations:
First one is that updating AA in a field does not work nor cause an error. The second one is the player going in coma (to my disappointment, not even YAWRR - had to manually punch Konami reboot). I think i understand them both but these are on the other side of "normal"
(^) get it? anyone?
BrightScript Debugger> screen = CreateObject("roSGScreen")
BrightScript Debugger> g = screen.getGlobalNode() : g.addField("aa", "assocarray", false) : g.aa = { } : ? g.aa
<Component: roAssociativeArray> =
{
}
BrightScript Debugger> g.aa.x = 7 : ? g.aa
<Component: roAssociativeArray> =
{
} ' Dude! Where is my 7 ?'
BrightScript Debugger> recurse = { }: recurse.d = recurse : g.aa = recurse
' and... Roku is dead as a doornail! it wouldn't react to Home nor reboot on it's own
First one is that updating AA in a field does not work nor cause an error. The second one is the player going in coma (to my disappointment, not even YAWRR - had to manually punch Konami reboot). I think i understand them both but these are on the other side of "normal"
(^) get it? anyone?