<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ja">
		<id>https://wiki.nonip.net/index.php?action=history&amp;feed=atom&amp;title=Flash%2Fcs4</id>
		<title>Flash/cs4 - 変更履歴</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.nonip.net/index.php?action=history&amp;feed=atom&amp;title=Flash%2Fcs4"/>
		<link rel="alternate" type="text/html" href="https://wiki.nonip.net/index.php?title=Flash/cs4&amp;action=history"/>
		<updated>2026-04-24T18:59:59Z</updated>
		<subtitle>このウィキのこのページに関する変更履歴</subtitle>
		<generator>MediaWiki 1.24.2</generator>

	<entry>
		<id>https://wiki.nonip.net/index.php?title=Flash/cs4&amp;diff=786&amp;oldid=prev</id>
		<title>127.0.0.1: ページの作成:「==cs4で外部asを書く== rootにMovieClipを作成し、シンボル化する。シンボル化した物のプロパティを開いてクラスにMainを記述。Main....」</title>
		<link rel="alternate" type="text/html" href="https://wiki.nonip.net/index.php?title=Flash/cs4&amp;diff=786&amp;oldid=prev"/>
				<updated>2015-05-19T18:17:12Z</updated>
		
		<summary type="html">&lt;p&gt;ページの作成:「==cs4で外部asを書く== rootにMovieClipを作成し、シンボル化する。シンボル化した物のプロパティを開いてクラスにMainを記述。Main....」&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==cs4で外部asを書く==&lt;br /&gt;
rootにMovieClipを作成し、シンボル化する。シンボル化した物のプロパティを開いてクラスにMainを記述。Main.asを作成して以下をペースト。&lt;br /&gt;
 package&lt;br /&gt;
 {&lt;br /&gt;
   import flash.display.Sprite;&lt;br /&gt;
   import flash.text.TextField;&lt;br /&gt;
   public class Main extends Sprite&lt;br /&gt;
   {&lt;br /&gt;
     public function Main():void&lt;br /&gt;
     {&lt;br /&gt;
       var txt:TextField = new TextField();&lt;br /&gt;
       txt.text = &amp;quot;test&amp;quot;;&lt;br /&gt;
       addChild(txt);&lt;br /&gt;
     }&lt;br /&gt;
   }&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
==カラーピッカーを使う==&lt;br /&gt;
 import fl.controls.ColorPicker;&lt;br /&gt;
 var colorPicker:ColorPicker = new ColorPicker();&lt;br /&gt;
 addChild(colorPicker);&lt;/div&gt;</summary>
		<author><name>127.0.0.1</name></author>	</entry>

	</feed>