I'm still a little fuzzy on ocanvas, I'm new to it. I know it's not the best choice or most documented, but I have a potential job that depends on me learning it.
I was wondering where ocanvas.create(); should be placed. right now I have a function called Main(); in the html head and the html body runs it every time the body loops. it seems that ocanvas.create(); only works if i place it in the Main(); function, but is that creating a canvas every time the body loops?