ROFL, use the mouse to make his mouth move, and watch the letters and how they change to the shape of his mouth!
Haha, share ANY comments!
Sync on:R#=10:DO:cls:ink 125,0:for draw=1 to 20:dot draw+150,draw*2+150:next draw
for draw=20 to 40:dot 170,draw*2+150:next draw
for draw=40 to 60:dot draw+130,draw*2+150:next draw
for draw=60 to 140:dot draw+130,270:next draw
inc#=1:for draw=271 to 290:dot draw,draw-inc#:Inc inc#,3:next draw
inc#=1:for draw=231 to 251:dot 290,draw-inc#:Inc inc#,3:next draw
inc#=1:for draw=191 to 210:dot draw+99,draw-inc#:Inc inc#,3:next draw
line 309,152,151,152:for draw=1 to 9:ink rgb(255,255,255),0:Circle 200,180,draw
next draw:for draw=1 to 9:Circle 260,180,draw:next draw:inc r#,mousemovey()
circle 230,230,R#:if R#>20:R#=20:endif:if R#<10:R#=10:endif
if R#<15:M$="Wooooh!":endif:if R#>15:M$="Waaaah!":endif:text 240,400,M$:sync:loop