Hi, I am just a little curious why this code works on my Roku 1 but not on my Roku 3?
bm_fuzzy_background = CreateObject("roBitmap", {width: 854, height: 480, AlphaEnable: True})
bm_fuzzy_background.DrawObject(0, 0, m.screen)
bm_fuzzy_background.DrawObject(3, 0, m.screen, &HFFFFFF80)
bm_fuzzy_background.DrawObject(-3, 0, m.screen, &HFFFFFF80)
bm_fuzzy_background.DrawRect(0, 0, 854, 480, &h00000080)
It's basically a quick way of freezing the background, making it fuzzy, and the darkening it while you draw something else above it.
Let me know if you have any thoughts, much appreciated.
Romans I XVI