Any help with this issue appreciated

Community Forums/Monkey Talk/Any help with this issue appreciated

Blitzplotter(Posted 2016) [#1]
Over in Monkey World:

http://www.monkey-x.com/Community/posts.php?topic=12723

Ordering / layering of images within HTML5:




RustyKristi(Posted 2016) [#2]
if some of those texts on the right sits perfectly on top, why not your sprites. Maybe you're just having a z-ordering issue, I don't know if that is applicable in canvas html5 or is that css?


Blitzplotter(Posted 2016) [#3]
Thanks, I sorted out getting the sprites to sit on top, its the red, blue and green colours that I am attempting to plot 'on top of' the map, I suspect I need to render the map before rendering the red,blue and green colours to the canvas.... I think that (might) sort it.


Blitzplotter(Posted 2016) [#4]
Hmm, it was really quite easy to resolve, I just needed to move the code where the map was rendered to the canvas before the stuff I wanted rendered on top of the map.



My powers of coding are getting weak ;)


Blitzplotter(Posted 2017) [#5]
Coding powers being assisted by other MonkeyX users ;)