Posted 30 August 2014 - 04:54 AM
Heres my problem, I want to make a list that sets the background to red and then blue everytime I ask.
for example, I want the following
BoxList = (xmin,xmax,ymin,ymax,color1,color2,rows)
color1 = red
color2 = blue
then I want it to print out like this
red——-
blue——
red———
ect. ect.
current code pastebin.com/mWfb6Tjg
Please help, I tried doing it but I can't get it right :(/>
for example, I want the following
BoxList = (xmin,xmax,ymin,ymax,color1,color2,rows)
color1 = red
color2 = blue
then I want it to print out like this
red——-
blue——
red———
ect. ect.
current code pastebin.com/mWfb6Tjg
Please help, I tried doing it but I can't get it right :(/>
Edited on 30 August 2014 - 02:56 AM