Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2019
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. function smileFunction() {
  2. myButton.style.backgroundImage = "url(resources/yelloworangegradient.png)";
  3. // myButton.value = "smile";
  4. mouth = paper.path("M 200 125 Q 300 200 400 125");
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement