"squirreltown" wrote:
I've gotten one channel to show the splash screen, and then nothing after. It's got about 20 errors like this:
index.ts:156 source/mediarsstoolkit.brs(175,35-36): Unexpected character '@'g @ index.ts:156
and one of these:
index.ts:156 source/main.brs(23,4-19): Attempting to retrieve property from non-iterable value left: Invalid
This is just the landing page for a media player, it's pretty old. My serious animation projects get 200-300 errors.
ETA: "- Undocumented parameter rgba in DrawObject() method not supported"
Pretty sure it's actually documented now. Shocking right? Anyway, none of my stuff will run without this.
Looks cool though.
Thanks for the feedback. Some comments about it:
The @ issue is the XMLElement limitation I mentioned above, you would need to access it using getattributes() method.
The "left invalid" means some object is invalid on the line described, it can be consequence of the issue above (or not)
BTW no media playback or SDK1 objects are supported only pure Draw2D SDK and vanilla BrightScript.
The "undocumented" is because the new SDK documentation was poorly migrated and they messed up completely the ifDraw2D documentation, I reported on the thread here already. And I will add the rgba parameter soon, I also use it on Prince of Persia for cross fading in several places