<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kyamashiro</author_name>
  <author_url>https://blog.hatena.ne.jp/kyamashiro/</author_url>
  <blog_title>Vapor Trail</blog_title>
  <blog_url>https://kyamashiro.hateblo.jp/</blog_url>
  <categories>
    <anon>p5.js</anon>
  </categories>
  <description>function setup() { createCanvas(480, 480); } var r = 10; function draw() { background('skyblue'); noStroke(); //mouseX, mouseYでマウスの動きに追従する ellipse(mouseX, mouseY, r, r); //マウスが押されたときに円の色が変わる if (mouseIsPressed === true) { fill('black'); mousePressed(); } else { fill('white'); } } //関数 function mouse…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkyamashiro.hateblo.jp%2Fentry%2F2018%2F07%2F01%2F52%2F&quot; title=&quot;p5.js マウスクリック時の動きと関数化 - Vapor Trail&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2018-07-01 18:15:21</published>
  <title>p5.js マウスクリック時の動きと関数化</title>
  <type>rich</type>
  <url>https://kyamashiro.hateblo.jp/entry/2018/07/01/52/</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
