<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Kimkijeung.com &#187; mouse scroll</title>
	<atom:link href="http://kimkijeung.com/tag/mouse-scroll/feed/" rel="self" type="application/rss+xml" />
	<link>http://kimkijeung.com</link>
	<description>Interactive development,flash,Actionscript</description>
	<lastBuildDate>Wed, 25 Aug 2010 09:12:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<image>
			<title>Kimkijeung.com</title>
			<url>http://kimkijeung.com/blog/wp-content/uploads/2009/12/index.gif</url>
			<link>http://kimkijeung.com</link>
			<width></width>
			<height></height>
			<description>Interactive development,flash,Actionscript</description>
		</image>		<item>
		<title>Mouse image scroll</title>
		<link>http://kimkijeung.com/2006/07/31/mouse-image-scroll/</link>
		<comments>http://kimkijeung.com/2006/07/31/mouse-image-scroll/#comments</comments>
		<pubDate>Mon, 31 Jul 2006 02:34:44 +0000</pubDate>
		<dc:creator>vkimone</dc:creator>
				<category><![CDATA[Flash8]]></category>
		<category><![CDATA[mouse scroll]]></category>

		<guid isPermaLink="false">http://vkimone.inblog.kr/?p=245</guid>
		<description><![CDATA[mouse 반응에 따라 그리고 화면 사이즈에 따라 image movieclip 이 scroll 되도록 제작하려면 상황이 제작할때마다 달라 상당히 번거로웠는데 모든 경우를 일반활 할 수 있도록 모듈을 제작했다. scroll_mc &#8212;&#62; 스크롤될 무비클립 scroll_mc._height &#62; Stage.height 일 경우에만 &#8211;&#62; scroll Active!!! *limit position setting : mouse 가 화면에서 움직일경우 scroll_mc이 움직일수 있는 한계값을설정 Top&#8211;&#62; Stage.height &#8211; scroll_mc._height Bottom&#8212;&#62; [...]]]></description>
			<content:encoded><![CDATA[<p>mouse 반응에 따라 그리고 화면 사이즈에 따라  image movieclip 이 scroll 되도록 제작하려면 상황이 제작할때마다 달라 상당히 번거로웠는데 모든 경우를 일반활 할 수 있도록 모듈을 제작했다.<br />
scroll_mc &#8212;&gt; 스크롤될 무비클립</p>
<p>scroll_mc._height &gt; Stage.height 일 경우에만  &#8211;&gt; scroll Active!!!</p>
<p>*limit position setting : mouse 가 화면에서 움직일경우 scroll_mc이 움직일수 있는 한계값을설정</p>
<p>Top&#8211;&gt; Stage.height &#8211;  scroll_mc._height</p>
<p>Bottom&#8212;&gt; 0</p>
<p>*화면사이즈에 비례한 단위 움직임 계산</p>
<p>Stage.height : (Bottom-Top) = 1 : x</p>
<p>x= -(Bottom-Top)/Stage.height</p>
<p>=  Top/Stage.height</p>
<p>=  Stage.height &#8211;  scroll_mc._height / Stage.height</p>
<p>= 1- scroll_mc._height/Stage.height</p>
<p>따라서 , 현재 mouse point 좌표값(Ymouse) 에서 scroll_mc 의 Target position !!!</p>
<p>==&gt; Ymouse * 1- scroll_mc._height/Stage.height</p>
]]></content:encoded>
			<wfw:commentRss>http://kimkijeung.com/2006/07/31/mouse-image-scroll/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
