<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>minorio</author_name>
  <author_url>https://blog.hatena.ne.jp/minorio/</author_url>
  <blog_title>minorio のプログラミング・メモ</blog_title>
  <blog_url>https://minorio.hatenadiary.org/</blog_url>
  <categories>
    <anon>Flash</anon>
    <anon>ActionScript2</anon>
  </categories>
  <description>Flash ではスコープの異なる３種類の変数があるらしい（参考：Flash ActionScript入門ノート: 3.3 変数）。グローバル変数は _global.myGlobalVar=0; のように宣言し、タイムライン変数とローカル変数はともに var myVar=0; のように宣言するが、宣言文を省略した場合はタイムライン変数とみなされる。ローカル変数と見なされるのは、function 文の中で var を使って宣言されたときだけで、この場合は関数内でのみ使われる変数となる。</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fminorio.hatenadiary.org%2Fentry%2F20071018%2F1192691811&quot; title=&quot;グローバル変数、タイムライン変数、ローカル変数 - minorio のプログラミング・メモ&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>2007-10-18 16:16:51</published>
  <title>グローバル変数、タイムライン変数、ローカル変数</title>
  <type>rich</type>
  <url>https://minorio.hatenadiary.org/entry/20071018/1192691811</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
