commands: print () # print yourself line (x1,y1,x2,y2) # connect two points slide (x1,y1,x2,y2,secs,[show],[hide]) # slides in 'secs' seconds fron x1,y1 to x2,y2 # when you add 'show' as element 6, the figure will show # before sliding. When you add 'hide' as element 7, # the element will hide after sliding. fade in (time) fade out (time) #time = 1 = 0.1secs Work In Progress!