I wrote two saparate files to draw spider and spiderweb, then I found that they work individually but cannot draw together in drawing py
I tried to 1) change the variable in spider to make it align with spiderweb, not work
2) write them into one file and call their function at end, it work but does not work well
Then I realized that it's position thing, when I finish drawing spiderweb, I didn't put the direction back
So I tried to fix this in spiderall and it worked;
Then I think it should also work in drawing project, which then works too!
future project might be make the spider gif from up to down and make firework effect
Initially, I cannot find the left original point to start drawing the spiderweb, i tried to draw a square and define the web in it.
Then i found it doesn't work well, so i change my mind to define a start point then draw web line.
spiderweb is ready now, i need to draw a spider then.