@MFH,
I found the problem. Not what i thought has happened, and no explanation either, but i did find the resolution to the problem. Somehow 3 lines didn't stick.
Just do the following to the same stuff i sent you-
Copy line 4233-
self.SP.transform.translate(w*self.x1[i] - 34,h*self.y1[i] + hOffset + 3) #Worldrave Change
over line 4238
Copy line 4250-
self.SP.transform.translate(w*self.x2[i] - 22,h*self.y2[i] + hOffset + 7) #Worldrave Change
over line 4255
and Copy line 4267
self.SP.transform.translate(w*self.x3[i] - 13,h*self.y3[i] + hOffset + 11) #Worldrave Change
over line 4270
I honestly don't have any idea how those 3 lines got changed to the default ones. Specially since i did each section in order of each bulb section, yet those 3 lines are from different sections (bulbs 4-6), yet everything else is still there fine and normal.
Either way i am just glad it was a quick fix!!! Happy again
Yeah, when I DO code, I ALWAYS leave messages, so when i go back, it's SO much easier to do a 'FIND' when multiple people are working on it, to find JUST my changes, as well as it makes things a lot easier to remind myself what i did and what change i made in case i ever need to modify it or do something differently. Originally they were a bit longer "#Worldrave -added +4 and orig (pixelw = 23.000)" so i can keep track of things while i am doing them, then shorten them to just side notes for myself once i'm finished, just to know WHAT i all edited for if i ever need to go back in.