Any help with this issue appreciated
Community Forums/Monkey Talk/Any help with this issue appreciated| 
 | ||
| Over in Monkey World: http://www.monkey-x.com/Community/posts.php?topic=12723 Ordering / layering of images within HTML5:   | 
| 
 | ||
| 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? | 
| 
 | ||
| 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. | 
| 
 | ||
| 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 ;) | 
| 
 | ||
| Coding powers being assisted by other MonkeyX users ;)   |