youtube
- mercershadows
- 3 years ago
- 440 views
Some brands/platforms are instantly recognizable by just their icon! One of those platforms is Youtube! Mercershadoes took the time to create a cool replication of the Youtube icon by creating a triangle and then combining that with the screen.update to animate the triangle and make it move forward until it reaches the right spot! Be sure to check out the code to see how the drawYouTube function combined with screen.update and a loop is making this all work beautifully!
import turtle
t = turtle.Turtle()
Locked
Canvas
Console