<?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>Criatividade Visual &#187; Flash</title>
	<atom:link href="http://www.criatividadevisual.com/category/tutoriais-animacao/flash/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.criatividadevisual.com</link>
	<description>Dicas e Recursos para Designers</description>
	<lastBuildDate>Tue, 03 Aug 2010 19:15:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Tutorial: Carregar dados de um .txt</title>
		<link>http://www.criatividadevisual.com/tutorial-carregar-dados-de-um-txt/</link>
		<comments>http://www.criatividadevisual.com/tutorial-carregar-dados-de-um-txt/#comments</comments>
		<pubDate>Sun, 08 Mar 2009 14:38:59 +0000</pubDate>
		<dc:creator>Flávio Proença</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[dados]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.criatividadevisual.com/?p=1320</guid>
		<description><![CDATA[Hoje em dia, cada vez mais existem sites totalmente criados em flash, com a integração a PHP, Asp ou outras línguas de programação. Como é óbvio os webmasters usam ficheiros externos do flash, para poderem actualizar de forma fácil. Uma dessas maneiras é carregar dados de um ficheiro .txt, pois é fácil de actualizar e muito fácil integração no flash. Por isso hoje o que vos trago é um tutorial que ensina a importar dados de um ficheiro .txt.]]></description>
			<content:encoded><![CDATA[<h1 style="text-align: center;">Carregar dados de um .txt</h1>
<h1 style="text-align: center;"><img class="aligncenter size-full wp-image-1387" title="carregar_txt_topo" src="http://www.criatividadevisual.com/images/carregar_txt_topo.jpg" alt="carregar_txt_topo" width="536" height="125" /></h1>
<p>Hoje em dia, cada vez mais existem sites totalmente criados em flash, com a integração a PHP, Asp ou outras línguas de programação. Como é óbvio os webmasters usam ficheiros externos do flash, para poderem actualizar de forma fácil. Uma dessas maneiras é carregar dados de um ficheiro .txt, pois é fácil de actualizar e muito fácil integração no flash. Por isso hoje o que vos trago é um tutorial que ensina a importar dados de um ficheiro .txt.</p>
<p><strong>Data:</strong> 08/03/09</p>
<p><strong>Autor:</strong> NgM_Me_KuRtE (Flávio Proença)</p>
<p><strong>Programas necessários:</strong> Adobe Flash e Bloco de Notas</p>
<p><strong>Tempo:</strong> 5 minutos</p>
<p><strong>Nível:</strong> Básico</p>
<p><span style="text-decoration: underline;"><strong>Resultado Final:</strong></span> <a href="http://www.criatividadevisual.com/images/carregar_txt.swf" target="_blank">Ver</a></p>
<p><span style="text-decoration: underline;"><strong><br />
</strong></span></p>
<p><strong>1-</strong> Abrir o Flash.</p>
<p><strong>2-</strong> Cria um novo documento, com as dimensões que desejares.</p>
<p><strong>3-</strong> Agora cria duas novas layers e renomeia-as para <strong>Campo</strong> e <strong>Actions</strong>.</p>
<p><img class="aligncenter size-full wp-image-1326" title="carregar_txt_1" src="http://www.criatividadevisual.com/images/carregar_txt_1.jpg" alt="carregar_txt_1" width="536" height="125" /><a href="http://www.criatividadevisual.com/images/carregar_txt_11.jpg"></a></p>
<p><strong>4-</strong> Após ter criado as 2 layers, na layer <strong>Campo</strong>, crie um campo de <span style="text-decoration: underline;">texto dinâmico</span> (<strong>Dynamic Text</strong>) e no campo <span style="text-decoration: underline;">nome da instância</span> (<strong>Instance Name</strong>), coloca <strong>carrega_txt</strong>.</p>
<p><img class="aligncenter size-full wp-image-1327" title="carregar_txt_2" src="http://www.criatividadevisual.com/images/carregar_txt_2.jpg" alt="carregar_txt_2" width="536" height="125" /></p>
<p><strong>5- </strong>Agora seleccione a layer <span style="text-decoration: underline;">Actions</span> pressione <strong>F9</strong> para abrir o painel das <strong>Actions</strong>. Cole o seguinte código:</p>
<blockquote><p>System.useCodepage= true;//Para habilitar o uso de outros caracteres.</p>
<p>var leitor = new LoadVars();//Criando a variável leitor</p>
<p>leitor.onData = function(txt){// Abrindo função com o leitor usando a função criada txt</p>
<p>carrega_txt.text = txt;</p>
<p>}</p>
<p>leitor.load(&#8220;dados.txt&#8221;);//Carregando o .txt para dentro do dynamic text</p></blockquote>
<p><strong>6</strong><strong>-</strong> Na parte do flash é tudo, agora vamos abrir o bloco de notas e vamos guardar o ficheiro com o nome de “<strong>dados.txt</strong>”. Dentro desse ficheiro, coloque o texto que irá aparecer no flash.</p>
<p><strong>7-</strong> Nosso projecto está pronto. Basta pressionar <strong>Ctrl+Enter</strong> para testar.</p>
<img src="http://www.criatividadevisual.com/?ak_action=api_record_view&id=1320&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.criatividadevisual.com/tutorial-carregar-dados-de-um-txt/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Tutorial: Criar Preloader Simples</title>
		<link>http://www.criatividadevisual.com/tutorial-criar-preloader-simples/</link>
		<comments>http://www.criatividadevisual.com/tutorial-criar-preloader-simples/#comments</comments>
		<pubDate>Fri, 06 Mar 2009 14:02:09 +0000</pubDate>
		<dc:creator>Flávio Proença</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[preloader]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[webmaster]]></category>

		<guid isPermaLink="false">http://www.criatividadevisual.com/?p=1194</guid>
		<description><![CDATA[Hoje em dia cada vez mais, existem sites criados em flash. Uma "característica" que os webmasters usam no site, são as preloaders. As preloaders serve para mostrar que o site está a ser carregado e normalmente a percentagem que vai. Existem preloaders mais complexas, em que essas mostram: o tempo restante, a velocidade de download, o tamanho total, tamanho transferido, entre outras opções.]]></description>
			<content:encoded><![CDATA[<h1 style="text-align: center;">Criar Preloader</h1>
<p>Hoje em dia cada vez mais, existem sites criados em flash. Uma &#8220;característica&#8221; que os webmasters usam no site, são as preloaders. As preloaders serve para mostrar que o site está a ser carregado e normalmente a percentagem que vai. Existem preloaders mais complexas, em que essas mostram: <span style="text-decoration: underline;">o tempo restante</span>, <span style="text-decoration: underline;">a velocidade de download</span>, <span style="text-decoration: underline;">o tamanho total</span>, <span style="text-decoration: underline;">tamanho transferido,</span> entre outras opções. Eu neste tutorial, apenas vou ensinar a criar uma simples preloader, apenas mostrando a percentagem carregada. Brevemente postarei, outras formas de fazer preloaders (mais complexas).</p>
<p><strong>Data:</strong> 06/03/09</p>
<p><strong>Autor:</strong> NgM_Me_KuRtE (Flávio Proença)</p>
<p><strong>Programa necessário:</strong> Adobe Flash</p>
<p><strong>Tempo:</strong> 5 minutos</p>
<p><strong>Nível:</strong> Básico</p>
<p><span style="text-decoration: underline;"><strong>Resultado Final:</strong></span></p>
<p><object width="536" height="250" data="http://www.criatividadevisual.com/images/preloader_simples.swf" type="application/x-shockwave-flash"><param name="src" value="http://www.criatividadevisual.com/images/preloader_simples.swf" /></object><strong></strong></p>
<p><strong>1-</strong> Abrir o Flash.</p>
<p><strong>2- </strong>Criar um novo documento.</p>
<p><strong>3-</strong> Depois de criado o novo documento, na primeira frame vamos criar um campo de <span style="text-decoration: underline;">texto dinâmico</span> (<strong>dynamic text</strong>) e com o <span style="text-decoration: underline;">nome de instância</span> (<strong>Instance Name</strong>) “<strong><span style="text-decoration: underline;">percentagem</span></strong>”. (Ver imagem )</p>
<h1 style="text-align: center;"><img class="aligncenter size-full wp-image-1202" title="preloader" src="http://www.criatividadevisual.com/images/preloader.jpg" alt="preloader" width="536" height="128" /></h1>
<p style="text-align: left;"><strong>4-</strong> Vamos agora seleccionar a frame 2 e vamos pressionar <strong>F7</strong> para criarmos uma <span style="text-decoration: underline;">Blank keyframe</span>. Agora nesta frame coloquem todo o contéudo que o site/animação irá conter. (No meu caso vou colocar uma imagem com um tamanho grande, para poderem ver o efeito)</p>
<p style="text-align: left;"><strong>5-</strong> Depois de terem adicionado o conteúdo, vamos voltar à frame 1, e pressionamos <strong>F9</strong> para abrir o painel das <span style="text-decoration: underline;">Actions</span>. Depois nas actions, colem o seguinte código:</p>
<blockquote>
<p style="text-align: left;"><strong>ActionScript 2:</strong></p>
<p>onEnterFrame = function () {</p>
<p>//pegamos o tamanho total e o tamanho carregado do arquivo<br />
atualsize = _root.getBytesLoaded();<br />
totalsize = _root.getBytesTotal();</p>
<p>//exibimos a percentagem carregada<br />
percentagem.text = int(100*int(atualsize)/totalsize)+&#8221;%&#8221;;</p>
<p>//verificamos se o carregamento foi completado<br />
if (totalsize != undefined &amp;&amp; totalsize == atualsize) {<br />
play();<br />
delete this.onEnterFrame;<br />
}</p>
<p>};</p>
<p>stop();</p>
<p style="text-align: left;">
</blockquote>
<blockquote>
<p style="text-align: left;"><strong>ActionScript 3:</strong></p>
<p style="text-align: left;">this.addEventListener(&#8220;enterFrame&#8221;,onEnterFrame);<br />
function onEnterFrame(e:Event) {</p>
<p>//pegamos o tamanho total e o tamanho carregado do arquivo<br />
var atualsize = this.loaderInfo.bytesLoaded;<br />
var totalsize = this.loaderInfo.bytesTotal;</p>
<p>//exibimos a porcentagem carregada<br />
textload.text = int(100*int(atualsize)/totalsize)+&#8221;%&#8221;;</p>
<p>//verificamos se o carregamento foi completado<br />
if (totalsize != null &amp;&amp; totalsize == atualsize) {<br />
this.removeEventListener(&#8220;enterFrame&#8221;, onEnterFrame);<br />
play();<br />
}</p>
<p>}<br />
stop();</p>
<p style="text-align: left;">
</blockquote>
<p style="text-align: left;"><strong>6- </strong>Depois basta pressionar <strong>Ctrl+Enter</strong> para testar e verem o resultado final.</p>
<img src="http://www.criatividadevisual.com/?ak_action=api_record_view&id=1194&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.criatividadevisual.com/tutorial-criar-preloader-simples/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tutorial: Flash &#8211; Estado dos Botões</title>
		<link>http://www.criatividadevisual.com/tutorial-flash-estado-dos-botoes/</link>
		<comments>http://www.criatividadevisual.com/tutorial-flash-estado-dos-botoes/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 21:59:34 +0000</pubDate>
		<dc:creator>Flávio Proença</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[botões]]></category>
		<category><![CDATA[estado dos botões]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.criatividadevisual.com/?p=925</guid>
		<description><![CDATA[Para quem já sabe mexer no flash, certamente que já sabe como funciona os estados dos botões. Mas nem toda a gente hoje em dia sabe mexer em flash, por isso eu neste tutorial vou dar uma explicação sobre os estados dos botões no flash. Vou mostrar também o exemplo final, para ver qual o resultado dos estados dos botões. No fim do tutorial encontra-se os ficheiros em anexo caso queira fazer download dos mesmos.]]></description>
			<content:encoded><![CDATA[<h1 style="text-align: center;">Flash &#8211; Estado dos Botões</h1>
<p>Para quem já sabe mexer no flash, certamente que já sabe como funciona os estados dos botões. Mas nem toda a gente hoje em dia sabe mexer em flash, por isso eu neste tutorial vou dar uma explicação sobre os estados dos botões no flash. Vou mostrar também o exemplo final, para ver qual o resultado dos estados dos botões. No fim do tutorial encontra-se os ficheiros em anexo caso queira fazer download dos mesmos.</p>
<p><strong>Data:</strong> 03/03/09</p>
<p><strong>Autor:</strong> NgM_Me_KuRtE (Flávio Proença)</p>
<p><strong>Programa necessário:</strong> Adobe Flash</p>
<p><strong>Tempo:</strong> 5 minutos</p>
<p><strong>Nível:</strong> Básico</p>
<p><span style="text-decoration: underline;"><strong>Resultado Final:</strong></span> (para ver o efeito passe o rato por cima do ficheiro e carregue no botão)<span style="text-decoration: underline;"><strong><br />
</strong></span></p>
<p><span style="text-decoration: underline;"><strong><object width="85" height="40" data="http://www.criatividadevisual.com/images/estado_do_botao.swf" type="application/x-shockwave-flash"><param name="src" value="http://www.criatividadevisual.com/images/estado_do_botao.swf" /></object></strong></span></p>
<p><span style="text-decoration: underline;"><strong><br />
</strong></span></p>
<p><strong>1-</strong> Abrir o Flash.<br />
<strong>2-</strong> Criar um botão, ou então caso tenham uma imagem para o botão importam-na para o flash (<strong>Ctrl+R</strong>). (Eu no meu caso criei uma imagem para ser o botão no photoshop)<br />
<strong>3-</strong> Feito isto vamos criar o nosso objecto ou imagem, depende da forma como cada um optou, e vamos seleccionar o objecto/imagem, e pressionamos <strong>F8</strong>, para criar-mos um botão. No nome coloquem o nome que vocês quiserem e escolham o tipo botão. (Ver imagem abaixo)</p>
<p><img class="aligncenter size-full wp-image-929" title="botao_1" src="http://www.criatividadevisual.com/images/botao_1.jpg" alt="botao_1" width="406" height="131" /></p>
<p><strong>4-</strong> Agora vamos fazer duplo clique no botão para entrar-mos dentro dele.</p>
<p><a href="http://www.criatividadevisual.com/images/botao_2.jpg"><img class="aligncenter size-full wp-image-930" title="botao_2" src="http://www.criatividadevisual.com/images/botao_2.jpg" alt="botao_2" width="247" height="28" /></a></p>
<p>Agora vou dar uma pequena explicação sobre os estados que um botão pode ter. Como podem ver a linha de tempo do botão é diferente da linha de tempo de um filme ou de uma cena. Ela apresenta quatro tipo de &#8220;estados&#8221;.</p>
<p><a href="http://www.criatividadevisual.com/images/botao_3.jpg"><img class="aligncenter size-full wp-image-931" title="botao_3" src="http://www.criatividadevisual.com/images/botao_3.jpg" alt="botao_3" width="122" height="44" /></a></p>
<p>Os estados são:</p>
<p><strong>Up</strong> &#8211; estado normal. Identifica a forma como o botão aparece quando o mouse não estiver sobre ele.<br />
<strong>Over </strong>- indica a aparência do botão quando o utilizador passa o rato sobre ele.<br />
<strong>Down</strong> &#8211; corresponde à aparência adquirida pelo botão durante o clique do rato.<br />
<strong>Hit </strong>- este quadro define a área de toque do botão.</p>
<p><strong>5- </strong>Agora vamos seleccionar o quadrado do <span style="text-decoration: underline;">Over</span> e <span style="text-decoration: underline;">Down</span> e em cada um deles vamos pressionar <strong>F6</strong> para criar uma keyframe. Eu no meu caso vou aplicar imagens diferentes que é para ver realmente para que servem estas opções anteriores mencionadas. No quadrado do <span style="text-decoration: underline;">hit</span> pressionem <strong>F6</strong> e não façam, mais nada, pois ele vai deixar a imagem que estava no quadrado do <span style="text-decoration: underline;">Over</span>, e assim assumir que a área para o botão é o tamanho da imagem em si.</p>
<p><strong>6-</strong> Pressionem <strong>Ctrl+Enter</strong> para testar e ver os efeitos!</p>
<p><strong>Download:</strong> <a href="http://www.criatividadevisual.com/images/estado-dos-botoes.rar" target="_blank">Estado dos botões.rar</a></p>
<img src="http://www.criatividadevisual.com/?ak_action=api_record_view&id=925&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.criatividadevisual.com/tutorial-flash-estado-dos-botoes/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Tutorial: Formulário de Contacto (Flash + PHP)</title>
		<link>http://www.criatividadevisual.com/tutorial-formulario-de-contacto-flash-php/</link>
		<comments>http://www.criatividadevisual.com/tutorial-formulario-de-contacto-flash-php/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 01:01:07 +0000</pubDate>
		<dc:creator>Flávio Proença</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[contacto]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[forumulário]]></category>
		<category><![CDATA[Grátis]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.criatividadevisual.com/?p=684</guid>
		<description><![CDATA[Todos os sites, têm uma secção para entrar em contacto com o dono do site, ou outras pessoas em questão. Pois por isso eu trago aqui um tutorial que ensina a criar um formulário de contacto com Flash e PHP. Trata-se de um tutorial simples e muito útil para quem se está a iniciar no flash e no php. 
No fim do tutorial, disponibilizo os ficheiros para download (.fla e o ficheiro php).]]></description>
			<content:encoded><![CDATA[<h1 style="text-align: center;">Formulário de Contacto</h1>
<p>Todos os sites, têm uma secção para entrar em contacto com o dono do site, ou outras pessoas em questão. Pois por isso eu trago aqui um tutorial que ensina a criar um formulário de contacto com Flash e PHP. Trata-se de um tutorial simples e muito útil para quem se está a iniciar no flash e no php.<br />
No fim do tutorial, disponibilizo os ficheiros para download (.fla e o ficheiro php).</p>
<p><strong>Data:</strong> 03/03/09</p>
<p><strong>Autor:</strong> NgM_Me_KuRtE (Flávio Proença)</p>
<p><strong>Programas necessários:</strong> Adobe Flash e Bloco de Notas</p>
<p><strong>Tempo:</strong> 15 minutos</p>
<p><strong>Nível:</strong> Intermédio</p>
<p><span style="text-decoration: underline;"><strong>Resultado Final:</strong></span></p>
<p><object width="300" height="300" data="http://www.criatividadevisual.com/images/formulario_contacto.swf" type="application/x-shockwave-flash"><param name="src" value="http://www.criatividadevisual.com/images/formulario_contacto.swf" /></object></p>
<p><strong>1- </strong>Comece por criar um novo documento com a dimensão de 300px x 300px no Flash.<br />
<strong>2- </strong>Seleccione a ferramenta <strong>Text Tool (T)</strong>.<br />
<strong>3-</strong> Nas propriedades certifica-te que o tipo de texto está como estático <strong>(Static Text)</strong>.<br />
<strong>4-</strong> Clicar perto do topo do lado esquerdo da cena e colocar no nome campo texto &#8220;<span style="text-decoration: underline;">Nome:</span>&#8220;.<br />
<strong>5-</strong> Em baixo desse texto clicar e inserir um novo campo de texto que será o e-mail &#8220;<span style="text-decoration: underline;">E-mail:</span>&#8220;.<br />
<strong>6-</strong> Em baixo, por último colocar um outro campo com o nome de comentário &#8220;<span style="text-decoration: underline;">Comentário:</span>&#8220;.<br />
<strong>7-</strong> Terás algo do género, se tudo estiver bem até agora.</p>
<p><img class="aligncenter size-full wp-image-685" title="formulario_contacto_1" src="http://www.criatividadevisual.com/images/formulario_contacto_1.jpg" alt="formulario_contacto_1" width="300" height="300" /></p>
<p><strong>8-</strong> Selecciona de novo a ferramenta <strong>Text Tool (T)</strong> e nas propriedades do texto muda o tipo de texto para texto de entrada <strong>(Input Text)</strong>.<br />
<strong>9-</strong> Agora à direita do &#8220;<span style="text-decoration: underline;">Nome:</span>&#8221; desenha uma caixa de texto do tipo de texto de entrada, estica a caixa de texto até à ponta do documento.<br />
<strong>10- </strong>Nas propriedades clica na opção <strong>&#8220;Show border around text&#8221;</strong> e põe &#8220;<span style="text-decoration: underline;">tNome</span>&#8221; para o nome da instância &#8220;<strong>Instance name</strong>&#8220;.</p>
<blockquote><p>Como podes ver na imagem abaixo, no campo &#8220;<strong>Instance name</strong>&#8221; aparece o nome &#8220;<span style="text-decoration: underline;">tNome</span>&#8220;.</p></blockquote>
<p><img class="aligncenter size-thumbnail wp-image-686" title="formulario_contacto_2" src="http://www.criatividadevisual.com/images/formulario_contacto_2-536x145.jpg" alt="formulario_contacto_2" width="536" height="145" /><a href="http://www.criatividadevisual.com/images/formulario_contacto_2.jpg"><br />
</a></p>
<p><strong>11-</strong> À direita do &#8220;<span style="text-decoration: underline;">E-mail:</span>&#8221; desenha outra caixa de texto &#8220;<strong>input text</strong>&#8221; e estica-a até à ponta, como fizestes para o campo acima.Nas propriedades do texto selecciona a opção<strong> &#8220;Show border around text&#8221;</strong> caso não esteja seleccionada, e para o nome e instância coloca &#8220;<span style="text-decoration: underline;">tEmail</span>&#8221; (É igual à imagem de cima, mas apenas se substitui o tName por tEmail).<br />
<strong>12-</strong> Por fim faz o mesmo para o campo Mensagem, no nome da instância coloca &#8220;<span style="text-decoration: underline;">tMensagem</span>&#8221; e selecciona também a opção<strong> &#8220;Show border around text&#8221;</strong>. Nas propriedades do texto muda o tipo de linha para &#8220;<strong>Multiline</strong>&#8220;, em vez de &#8220;<strong>Single Line</strong>&#8220;.</p>
<p><img class="alignnone size-thumbnail wp-image-687" title="formulario_contacto_3" src="http://www.criatividadevisual.com/images/formulario_contacto_3-536x141.jpg" alt="formulario_contacto_3" width="536" height="141" /></p>
<p><strong>13-</strong> Deverás ter o seguinte:</p>
<p><img class="aligncenter size-full wp-image-688" title="formulario_contacto_4" src="http://www.criatividadevisual.com/images/formulario_contacto_4.jpg" alt="formulario_contacto_4" width="300" height="300" /><br />
<strong>14-</strong> Selecciona a ferramenta <strong>Rectangle Tool (R)</strong>.<br />
<strong>15-</strong> Desenha um rectângulo no canto direito inferior do documento.</p>
<p><strong>Propriedades do rectângulo: </strong>(não é necessário aplicar como aqui está, apenas é para verem para que servem os campos)</p>
<p><a href="http://www.criatividadevisual.com/images/formulario_contacto_5.jpg"><img class="aligncenter size-thumbnail wp-image-689" title="formulario_contacto_5" src="http://www.criatividadevisual.com/images/formulario_contacto_5-536x147.jpg" alt="formulario_contacto_5" width="536" height="147" /></a></p>
<p><strong>16-</strong> Selecciona a ferramenta <strong>Text Tool (T)</strong>.<br />
<strong>17-</strong> No cimo do rectângulo que desenhas-tes, clica e escreve a palavra &#8220;<span style="text-decoration: underline;">Enviar</span>&#8220;.<br />
<strong>18- </strong>Aqui fica o resultado até agora:</p>
<p><img class="aligncenter size-full wp-image-690" title="formulario_contacto_6" src="http://www.criatividadevisual.com/images/formulario_contacto_6.jpg" alt="formulario_contacto_6" width="300" height="300" /><br />
<strong>19-</strong> Selecciona a ferramenta <strong>Selection Tool (V)</strong>.<br />
<strong>20-</strong> Desenha uma caixa à volta do rectângulo e do texto &#8220;Enviar&#8221; para seleccionar ambos.<br />
<strong>21-</strong> Pressiona <strong>F8</strong> para converter a tua selecção num <span style="text-decoration: underline;">símbolo</span>.<br />
<strong>22-</strong> Coloca o nome &#8220;<span style="text-decoration: underline;">Enviar_bt</span>&#8221; e o tipo selecciona opção <strong>botão</strong> e pressiona ok.<br />
<strong>23-</strong> Clica no botão que acabastes de criar e nas propriedades coloca o nome &#8220;<span style="text-decoration: underline;">bEnviar</span>&#8221; para o nome de instância &#8220;<strong>Instance Name</strong>&#8220;.<br />
<strong>24-</strong> Clica na primeira frame da timeline e pressiona <strong>F9</strong> para abrir as actions &#8220;<strong>Actions Panel</strong>&#8220;.<br />
<strong>25-</strong> Coloca o seguinte código nas actions &#8220;<strong>Actions Panel</strong>&#8220;. (Apenas mudem o e-mail para o vosso, de resto não mexam em nada caso não saibam).</p>
<blockquote><p>bEnviar.onRelease = function()<br />
{<br />
email();<br />
}<br />
function email()<br />
{<br />
var sMensagem = &#8220;Nome: &#8221; + tNome.text + &#8220;\nE-mail: &#8221; + tEmail.text + &#8220;\nMensagem: &#8221; + tMensagem.text;<br />
lvSend = new LoadVars();<br />
lvReply = new LoadVars();<br />
lvSend.msg = sMensagem;<br />
lvSend.address = &#8220;teuemail@email.com&#8221;; //Colocar o teu e-mail aqui.<br />
tNome.text = &#8220;A enviar mensagem&#8230;&#8221;;<br />
tEmail.text = &#8220;&#8221;;<br />
tMensagem.text = &#8220;&#8221;;<br />
lvReply.onLoad()<br />
{<br />
tName.text = &#8220;Mensagem Enviada&#8221;;<br />
}<br />
lvSend.sendAndLoad(&#8216;mail.php&#8217;, lvReply, &#8216;POST&#8217;);<br />
}</p></blockquote>
<p><strong>26-</strong> Agora abre o <span style="text-decoration: underline;">Bloco de notas</span> e cola o seguinte código. (Aqui apenas podem mudar onde diz <span style="text-decoration: underline;">E-mail Recebido</span>, este vai ser o título do e-mail que irão receber)</p>
<blockquote><p>&lt;?php<br />
$mensagem = $_POST["msg"];<br />
$address = $_POST["address"];<br />
mail($address,&#8221;E-mail Recebido&#8221;,$mensagem);<br />
?&gt;</p></blockquote>
<p><strong>27-</strong> Vai a <strong>Ficheiro</strong> » <strong>Guardar como&#8230;.</strong> e salva o ficheiro com o nome &#8220;<span style="text-decoration: underline;">mail.php</span>&#8221; na mesma pasta onde vai ficar o teu swf.<br />
<strong>28-</strong> Faz o upload dos ficheiros para o teu servidor e é só testar.</p>
<p><strong>Download:</strong> <a href="http://www.criatividadevisual.com/images/formulario_contacto.rar" target="_blank">Formulario_contacto.rar</a></p>
<img src="http://www.criatividadevisual.com/?ak_action=api_record_view&id=684&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.criatividadevisual.com/tutorial-formulario-de-contacto-flash-php/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Tutorial: Mudar menu direito do rato</title>
		<link>http://www.criatividadevisual.com/tutorial-mudar-menu-direito-do-rato/</link>
		<comments>http://www.criatividadevisual.com/tutorial-mudar-menu-direito-do-rato/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 14:10:01 +0000</pubDate>
		<dc:creator>Flávio Proença</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[.fla]]></category>
		<category><![CDATA[actions]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[editar menu]]></category>
		<category><![CDATA[gráts]]></category>
		<category><![CDATA[menu]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.criatividadevisual.com/?p=639</guid>
		<description><![CDATA[Neste simples tutorial, vou explicar como mudarem o menu direito do rato no flash. Estes são pequenas coisas que por vezes podem dar jeito, pois é melhor ter o menu criado por nós, do que o que vem por definição pelo flash. Este tutorial é óptimo para quem se está a iniciar no flash e em actionscript.
No fim disponibilizarei o ficheiro .fla, para quem quiser fazer o download do mesmo.]]></description>
			<content:encoded><![CDATA[<h1 style="text-align: center;">Mudar menu direito do rato</h1>
<p style="text-align: left;">Neste simples tutorial, vou explicar como mudarem o menu direito do rato no flash. Estes são pequenas coisas que por vezes podem dar jeito, pois é melhor ter o menu criado por nós, do que o que vem por definição pelo flash. Este tutorial é óptimo para quem se está a iniciar no flash e em actionscript.<br />
No fim disponibilizarei o ficheiro .fla, para quem quiser fazer o download do mesmo.</p>
<p><strong>Data:</strong> 02/03/09</p>
<p><strong>Autor:</strong> NgM_Me_KuRtE (Flávio Proença)</p>
<p><strong>Programa necessário:</strong> Adobe Flash</p>
<p><strong>Tempo:</strong> 5 minutos</p>
<p><strong>Nível:</strong> Básico</p>
<p><span style="text-decoration: underline;"><strong>Resultado Final:</strong></span> (clicar com o menu direito do rato, para ver o efeito)</p>
<h1 style="text-align: left;">
<p class="MsoNormal"><span style="text-decoration: underline;"><strong><object width="536" height="200" data="http://www.criatividadevisual.com/images/mudar_menu_direito_rato.swf" type="application/x-shockwave-flash"><param name="src" value="http://www.criatividadevisual.com/images/mudar_menu_direito_rato.swf" /></object></strong></span></h1>
<p style="text-align: left;"><strong>1-</strong> Abrir o Flash.<br />
<strong>2-</strong> Criar um novo documento, o tamanho depende do tipo de animação que vocês vão criar. (No meu caso criei 536px x 200px)<br />
<strong>3-</strong> Criado o documento vamos seleccionar a primeira frame, e vamos às <span style="text-decoration: underline;">Actions</span> (<strong>F9</strong>), e vamos colocar lá o seguinte código.</p>
<blockquote>
<p style="text-align: left;">
function rightclick (){}<br />
MENU = new ContextMenu();<br />
MENU.hideBuiltInItems();<br />
Functioned = new ContextMenuItem(&#8220;TEU TEXTO AQUI&#8221;, rightclick);<br />
MENU.customItems.push(Functioned);<br />
_root.menu = MENU;</p></blockquote>
<p style="text-align: left;">
<strong>4-</strong> Feito isto, basta pressionar a combinação de teclas Ctrl+Enter para testar. Depois basta clicarem com o botão direito do rato no vosso projecto para verem o efeito. (Aqui fica o meu exemplo)<img class="aligncenter size-thumbnail wp-image-642" title="menu_rato_resultado_final" src="http://www.criatividadevisual.com/images/menu_rato_resultado_final-536x250.jpg" alt="menu_rato_resultado_final" width="536" height="250" /></p>
<p><strong>Download .FLA</strong> &#8211; <a href="http://www.criatividadevisual.com/images/mudar_menu_direito_rato.fla" target="_blank">mudar_menu_direito_rato.fla</a></p>
<img src="http://www.criatividadevisual.com/?ak_action=api_record_view&id=639&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.criatividadevisual.com/tutorial-mudar-menu-direito-do-rato/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Tutorial: Criar Animação &#8211; Animando Formas (shapes)</title>
		<link>http://www.criatividadevisual.com/tutorial-criar-animacao-animando-formas-shapes/</link>
		<comments>http://www.criatividadevisual.com/tutorial-criar-animacao-animando-formas-shapes/#comments</comments>
		<pubDate>Sun, 01 Feb 2009 18:38:09 +0000</pubDate>
		<dc:creator>Flávio Proença</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[animação]]></category>
		<category><![CDATA[formas]]></category>
		<category><![CDATA[shapes]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.criatividadevisual.com/?p=194</guid>
		<description><![CDATA[Bem desta vez, o ''Criatividade Visual'' criou um tutorial de nível básico baseado na tecnologia flash. Este tutorial simples explica facilmente como utilizar a ferramenta Shape Tween que pode depois ser explorada de diversas maneiras para criar animações diferentes e mais complexas. Siga atentamente o tutorial e no final explore o uso do Shape Tween de outras maneiras, qualquer dúvida basta deixar um comentário.]]></description>
			<content:encoded><![CDATA[<h1 style="text-align: center;">Criar animação &#8211; Animando Formas</h1>
<p style="text-align: left;">
<h1 style="text-align: left;"><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:TrackMoves /> <w:TrackFormatting /> <w:HyphenationZone>21</w:HyphenationZone> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:DoNotPromoteQF /> <w:LidThemeOther>PT</w:LidThemeOther> <w:LidThemeAsian>X-NONE</w:LidThemeAsian> <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> <w:SplitPgBreakAndParaMark /> <w:DontVertAlignCellWithSp /> <w:DontBreakConstrainedForcedTables /> <w:DontVertAlignInTxbx /> <w:Word11KerningPairs /> <w:CachedColBalance /> </w:Compatibility> <m:mathPr> <m:mathFont m:val="Cambria Math" /> <m:brkBin m:val="before" /> <m:brkBinSub m:val="&#45;-" /> <m:smallFrac m:val="off" /> <m:dispDef /> <m:lMargin m:val="0" /> <m:rMargin m:val="0" /> <m:defJc m:val="centerGroup" /> <m:wrapIndent m:val="1440" /> <m:intLim m:val="subSup" /> <m:naryLim m:val="undOvr" /> </m:mathPr></w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"   DefSemiHidden="true" DefQFormat="false" DefPriority="99"   LatentStyleCount="267"> <w:LsdException Locked="false" Priority="0" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Normal" /> <w:LsdException Locked="false" Priority="9" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="heading 1" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9" /> <w:LsdException Locked="false" Priority="39" Name="toc 1" /> <w:LsdException Locked="false" Priority="39" Name="toc 2" /> <w:LsdException Locked="false" Priority="39" Name="toc 3" /> <w:LsdException Locked="false" Priority="39" Name="toc 4" /> <w:LsdException Locked="false" Priority="39" Name="toc 5" /> <w:LsdException Locked="false" Priority="39" Name="toc 6" /> <w:LsdException Locked="false" Priority="39" Name="toc 7" /> <w:LsdException Locked="false" Priority="39" Name="toc 8" /> <w:LsdException Locked="false" Priority="39" Name="toc 9" /> <w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption" /> <w:LsdException Locked="false" Priority="10" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Title" /> <w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font" /> <w:LsdException Locked="false" Priority="11" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtitle" /> <w:LsdException Locked="false" Priority="22" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Strong" /> <w:LsdException Locked="false" Priority="20" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Emphasis" /> <w:LsdException Locked="false" Priority="59" SemiHidden="false"    UnhideWhenUsed="false" Name="Table Grid" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text" /> <w:LsdException Locked="false" Priority="1" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="No Spacing" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 1" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 1" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 1" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 1" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision" /> <w:LsdException Locked="false" Priority="34" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="List Paragraph" /> <w:LsdException Locked="false" Priority="29" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Quote" /> <w:LsdException Locked="false" Priority="30" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Quote" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 1" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 1" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 1" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 1" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 1" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 2" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 2" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 2" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 2" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 2" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 2" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 2" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 2" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 3" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 3" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 3" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 3" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 3" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 3" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 3" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 3" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 3" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 4" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 4" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 4" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 4" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 4" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 4" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 4" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 4" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 4" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 5" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 5" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 5" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 5" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 5" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 5" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 5" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 5" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 5" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 6" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 6" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 6" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 6" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 6" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 6" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 6" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 6" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 6" /> <w:LsdException Locked="false" Priority="19" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis" /> <w:LsdException Locked="false" Priority="21" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis" /> <w:LsdException Locked="false" Priority="31" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference" /> <w:LsdException Locked="false" Priority="32" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Reference" /> <w:LsdException Locked="false" Priority="33" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Book Title" /> <w:LsdException Locked="false" Priority="37" Name="Bibliography" /> <w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading" /> </w:LatentStyles> </xml><![endif]--><!--  /* Font Definitions */  @font-face 	{font-family:"Cambria Math"; 	panose-1:2 4 5 3 5 4 6 3 2 4; 	mso-font-charset:1; 	mso-generic-font-family:roman; 	mso-font-format:other; 	mso-font-pitch:variable; 	mso-font-signature:0 0 0 0 0 0;} @font-face 	{font-family:Calibri; 	panose-1:2 15 5 2 2 2 4 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1073750139 0 0 159 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-unhide:no; 	mso-style-qformat:yes; 	mso-style-parent:""; 	margin-top:0cm; 	margin-right:0cm; 	margin-bottom:10.0pt; 	margin-left:0cm; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi; 	mso-fareast-language:EN-US;} span.MsoSubtleEmphasis 	{mso-style-priority:19; 	mso-style-unhide:no; 	mso-style-qformat:yes; 	color:gray; 	mso-themecolor:text1; 	mso-themetint:127; 	font-style:italic;} .MsoChpDefault 	{mso-style-type:export-only; 	mso-default-props:yes; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi; 	mso-fareast-language:EN-US;} .MsoPapDefault 	{mso-style-type:export-only; 	margin-bottom:10.0pt; 	line-height:115%;} @page Section1 	{size:612.0pt 792.0pt; 	margin:70.85pt 3.0cm 70.85pt 3.0cm; 	mso-header-margin:36.0pt; 	mso-footer-margin:36.0pt; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --><!--[if gte mso 10]> <mce:style><!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Tabela normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-priority:99; 	mso-style-qformat:yes; 	mso-style-parent:""; 	mso-padding-alt:0cm 5.4pt 0cm 5.4pt; 	mso-para-margin-top:0cm; 	mso-para-margin-right:0cm; 	mso-para-margin-bottom:10.0pt; 	mso-para-margin-left:0cm; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:"Times New Roman"; 	mso-fareast-theme-font:minor-fareast; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin;} --></h1>
<p style="text-align: left;">Bem desta vez, o &#8221;Criatividade Visual&#8221; criou um tutorial de nível básico baseado na tecnologia flash. Este tutorial simples explica facilmente como utilizar a ferramenta Shape Tween que pode depois ser explorada de diversas maneiras para criar animações diferentes e mais complexas. Siga atentamente o tutorial e no final explore o uso do Shape Tween de outras maneiras, qualquer dúvida basta deixar um comentário.</p>
<p><strong>Data:</strong> 27/02/09</p>
<p><strong>Autor:</strong> NgM_Me_KuRtE (Flávio Proença)</p>
<p><strong>Programa necessário:</strong> Adobe Flash</p>
<p><strong>Tempo:</strong> 5 minutos</p>
<p><strong>Nível:</strong> Básico</p>
<h1 style="text-align: left;">
<p class="MsoNormal"><span style="text-decoration: underline;"><strong>Resultado Final:</strong></span></p>
<p class="MsoNormal"><object width="550" height="200" data="http://www.criatividadevisual.com/images/animando_formas_rep.swf" type="application/x-shockwave-flash"><param name="src" value="http://www.criatividadevisual.com/images/animando_formas_rep.swf" /></object></h1>
<p style="text-align: left;"><strong>1-</strong> Abrir o Flash.<br />
<strong>2- </strong>Criar um novo documento, o tamanho depende do tipo de animação que vocês vão criar.<br />
<span class="MsoSubtleEmphasis"><strong><span style="color: #000000;"><span style="text-decoration: underline;"><br />
</span></span></strong></span></p>
<blockquote>
<p style="text-align: left;"><span style="text-decoration: underline;">Dica<strong>:</strong></span> Se a timeline não está visível, cliquem <strong>Ctrl+Alt+T</strong>, para o painel ficar visível.</p>
</blockquote>
<p style="text-align: left;"><strong>3-</strong> Criar uma nova forma, por exemplo, um quadrado, um rectângulo, ou outra forma à vossa escolha. No meu caso eu vou criar um quadrado. Aqui fica o meu exemplo.</p>
<p style="text-align: left;"><a href="http://www.criatividadevisual.com/images/animando_formas_1.jpg"><img class="aligncenter size-medium wp-image-196" title="animando_formas_1" src="http://www.criatividadevisual.com/images/animando_formas_1-300x187.jpg" alt="animando_formas_1" width="300" height="187" /></a></p>
<p style="text-align: left;"><strong>4-</strong> Agora vamos à timeline (linha de tempo), e seleccionamos a frame 50 (podem colocar noutra frame, isso depende de vocês), e pressionem a tecla <strong>F6</strong> para criar um keyframe.</p>
<p style="text-align: left;"><a href="http://www.criatividadevisual.com/images/animando_formas_2.jpg"><img class="aligncenter size-medium wp-image-197" title="animando_formas_2" src="http://www.criatividadevisual.com/images/animando_formas_2-300x187.jpg" alt="animando_formas_2" width="300" height="187" /><br />
</a><strong>5-</strong> Seleccionamos o frame 50, e aqui vamos criar outra forma. Desta vez vou criar uma esfera, no vosso caso fica ao vosso critério.</p>
<p style="text-align: left;"><a href="http://www.criatividadevisual.com/images/animando_formas_3.jpg"><img class="aligncenter size-medium wp-image-198" title="animando_formas_3" src="http://www.criatividadevisual.com/images/animando_formas_3-300x187.jpg" alt="animando_formas_3" width="300" height="187" /><br />
</a><strong>6- </strong>Feito isto, vamos à timeline (linha de tempo),  e seleccionamos uma frame qualquer entre a frame 1 e 50 e no painel das propriedades no campo <strong>Tween</strong> seleccionamos a opção <strong>Shape</strong>. (Ver imagem abaixo)</p>
<p style="text-align: left;"><a href="http://www.criatividadevisual.com/images/animando_formas_4.jpg"><img class="aligncenter size-medium wp-image-199" title="animando_formas_4" src="http://www.criatividadevisual.com/images/animando_formas_4-300x187.jpg" alt="animando_formas_4" width="300" height="187" /><br />
</a><strong>7- </strong>Bem e para acabar basta, testar o nosso projecto, para isso cliquem Ctrl+Enter para ver o nosso resultado final.</p>
<img src="http://www.criatividadevisual.com/?ak_action=api_record_view&id=194&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.criatividadevisual.com/tutorial-criar-animacao-animando-formas-shapes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tutorial: Criar Animação Simples (Motion Tween)</title>
		<link>http://www.criatividadevisual.com/criar-animacao-simples-motion-tween/</link>
		<comments>http://www.criatividadevisual.com/criar-animacao-simples-motion-tween/#comments</comments>
		<pubDate>Sun, 01 Feb 2009 00:05:19 +0000</pubDate>
		<dc:creator>Flávio Proença</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[animação]]></category>
		<category><![CDATA[motion]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[tween]]></category>

		<guid isPermaLink="false">http://www.criatividadevisual.com/?p=119</guid>
		<description><![CDATA[Para primeiro tutorial, o ''Criatividade Visual'' criou um tutorial de nível básico baseado na tecnologia flash. Este tutorial simples explica facilmente como utilizar a ferramenta Motion Tween que pode depois ser explorada de diversas maneiras para criar animações diferentes e mais complexas. Siga atentamente o tutorial e no final explore o uso do Motion Tween de outras maneiras, qualquer dúvida basta deixar um comentário.]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;"><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:TrackMoves /> <w:TrackFormatting /> <w:HyphenationZone>21</w:HyphenationZone> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:DoNotPromoteQF /> <w:LidThemeOther>PT</w:LidThemeOther> <w:LidThemeAsian>X-NONE</w:LidThemeAsian> <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> <w:SplitPgBreakAndParaMark /> <w:DontVertAlignCellWithSp /> <w:DontBreakConstrainedForcedTables /> <w:DontVertAlignInTxbx /> <w:Word11KerningPairs /> <w:CachedColBalance /> </w:Compatibility> <m:mathPr> <m:mathFont m:val="Cambria Math" /> <m:brkBin m:val="before" /> <m:brkBinSub m:val="&#45;-" /> <m:smallFrac m:val="off" /> <m:dispDef /> <m:lMargin m:val="0" /> <m:rMargin m:val="0" /> <m:defJc m:val="centerGroup" /> <m:wrapIndent m:val="1440" /> <m:intLim m:val="subSup" /> <m:naryLim m:val="undOvr" /> </m:mathPr></w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"   DefSemiHidden="true" DefQFormat="false" DefPriority="99"   LatentStyleCount="267"> <w:LsdException Locked="false" Priority="0" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Normal" /> <w:LsdException Locked="false" Priority="9" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="heading 1" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9" /> <w:LsdException Locked="false" Priority="39" Name="toc 1" /> <w:LsdException Locked="false" Priority="39" Name="toc 2" /> <w:LsdException Locked="false" Priority="39" Name="toc 3" /> <w:LsdException Locked="false" Priority="39" Name="toc 4" /> <w:LsdException Locked="false" Priority="39" Name="toc 5" /> <w:LsdException Locked="false" Priority="39" Name="toc 6" /> <w:LsdException Locked="false" Priority="39" Name="toc 7" /> <w:LsdException Locked="false" Priority="39" Name="toc 8" /> <w:LsdException Locked="false" Priority="39" Name="toc 9" /> <w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption" /> <w:LsdException Locked="false" Priority="10" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Title" /> <w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font" /> <w:LsdException Locked="false" Priority="11" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtitle" /> <w:LsdException Locked="false" Priority="22" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Strong" /> <w:LsdException Locked="false" Priority="20" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Emphasis" /> <w:LsdException Locked="false" Priority="59" SemiHidden="false"    UnhideWhenUsed="false" Name="Table Grid" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text" /> <w:LsdException Locked="false" Priority="1" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="No Spacing" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 1" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 1" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 1" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 1" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision" /> <w:LsdException Locked="false" Priority="34" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="List Paragraph" /> <w:LsdException Locked="false" Priority="29" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Quote" /> <w:LsdException Locked="false" Priority="30" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Quote" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 1" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 1" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 1" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 1" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 1" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 2" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 2" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 2" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 2" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 2" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 2" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 2" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 2" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 3" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 3" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 3" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 3" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 3" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 3" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 3" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 3" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 3" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 4" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 4" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 4" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 4" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 4" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 4" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 4" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 4" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 4" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 5" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 5" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 5" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 5" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 5" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 5" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 5" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 5" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 5" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 6" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 6" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 6" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 6" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 6" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 6" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 6" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 6" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 6" /> <w:LsdException Locked="false" Priority="19" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis" /> <w:LsdException Locked="false" Priority="21" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis" /> <w:LsdException Locked="false" Priority="31" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference" /> <w:LsdException Locked="false" Priority="32" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Reference" /> <w:LsdException Locked="false" Priority="33" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Book Title" /> <w:LsdException Locked="false" Priority="37" Name="Bibliography" /> <w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading" /> </w:LatentStyles> </xml><![endif]--><!--  /* Font Definitions */  @font-face 	{font-family:"Cambria Math"; 	panose-1:2 4 5 3 5 4 6 3 2 4; 	mso-font-charset:1; 	mso-generic-font-family:roman; 	mso-font-format:other; 	mso-font-pitch:variable; 	mso-font-signature:0 0 0 0 0 0;} @font-face 	{font-family:Calibri; 	panose-1:2 15 5 2 2 2 4 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1073750139 0 0 159 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-unhide:no; 	mso-style-qformat:yes; 	mso-style-parent:""; 	margin-top:0cm; 	margin-right:0cm; 	margin-bottom:10.0pt; 	margin-left:0cm; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi; 	mso-fareast-language:EN-US;} span.MsoSubtleEmphasis 	{mso-style-priority:19; 	mso-style-unhide:no; 	mso-style-qformat:yes; 	color:gray; 	mso-themecolor:text1; 	mso-themetint:127; 	font-style:italic;} .MsoChpDefault 	{mso-style-type:export-only; 	mso-default-props:yes; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi; 	mso-fareast-language:EN-US;} .MsoPapDefault 	{mso-style-type:export-only; 	margin-bottom:10.0pt; 	line-height:115%;} @page Section1 	{size:612.0pt 792.0pt; 	margin:70.85pt 3.0cm 70.85pt 3.0cm; 	mso-header-margin:36.0pt; 	mso-footer-margin:36.0pt; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --><!--[if gte mso 10]> <mce:style><!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Tabela normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-priority:99; 	mso-style-qformat:yes; 	mso-style-parent:""; 	mso-padding-alt:0cm 5.4pt 0cm 5.4pt; 	mso-para-margin-top:0cm; 	mso-para-margin-right:0cm; 	mso-para-margin-bottom:10.0pt; 	mso-para-margin-left:0cm; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:"Times New Roman"; 	mso-fareast-theme-font:minor-fareast; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin;} --> <!--[endif]--></p>
<h1 class="MsoNormal" style="text-align: center;">Criar Animação Simples (Motion Tween)</h1>
<p class="MsoNormal" style="text-align: left;">
<p class="MsoNormal" style="text-align: left;">Para primeiro tutorial, o &#8221;Criatividade Visual&#8221; criou um tutorial de nível básico baseado na tecnologia flash. Este tutorial simples explica facilmente como utilizar a ferramenta Motion Tween que pode depois ser explorada de diversas maneiras para criar animações diferentes e mais complexas. Siga atentamente o tutorial e no final explore o uso do Motion Tween de outras maneiras, qualquer dúvida basta deixar um comentário.<span style="color: #c0c0c0;"><span style="color: #808080;"><strong></strong></span></span></p>
<p><strong>Data:</strong> 26/02/09</p>
<p class="MsoNormal" style="text-align: left;"><span class="MsoSubtleEmphasis"><strong>Autor:</strong></span> NgM_Me_KuRtE (Flávio Proença)</p>
<p class="MsoNormal" style="text-align: left;"><span class="MsoSubtleEmphasis"><strong>Programa necessário:</strong> Adobe Flash</span></p>
<p class="MsoNormal" style="text-align: left;"><span class="MsoSubtleEmphasis"><strong>Tempo:</strong></span><strong></strong> 5 minutos</p>
<p class="MsoNormal" style="text-align: left;"><strong>Nível:</strong> Básico</p>
<p class="MsoNormal" style="text-align: left;">
<p class="MsoNormal" style="text-align: left;"><span style="text-decoration: underline;"><strong>Resultado Final:</strong></span></p>
<p class="MsoNormal" style="text-align: left;"><object width="550" height="200" data="http://www.criatividadevisual.com/images/tween_motion_rep.swf" type="application/x-shockwave-flash"><param name="src" value="http://www.criatividadevisual.com/images/tween_motion_rep.swf" /></object></p>
<p class="MsoNormal" style="text-align: left;">
<p style="text-align: left;"><strong>1-</strong> Abrir o Flash.<br />
<strong>2- </strong>Criar um novo documento, o tamanho depende do tipo de animação que vocês vão criar.<br />
<span class="MsoSubtleEmphasis"><strong><span style="color: #000000;"><span style="text-decoration: underline;"><br />
</span></span></strong></span></p>
<blockquote>
<p style="text-align: left;"><span style="text-decoration: underline;">Dica<strong>:</strong></span> Se a timeline não está visível, cliquem <strong>Ctrl+Alt+T</strong>, para o painel ficar visível.</p>
</blockquote>
<p style="text-align: left;"><strong>3-</strong> Importar o objecto para o flash. (eu no meu caso vou usar o logo do site, vocês podem usar o que vocês quiserem.) Para exportarem o ficheiro cliquem <strong>Ctrl+R</strong>, e escolham o ficheiro que pretendem importar para o palco.</p>
<p style="text-align: left;"><strong>4-</strong> Depois, de importado o ficheiro vamos coloca-lo fora do palco do lado esquerdo, como mostra a imagem seguinte.</p>
<p><a href="http://www.criatividadevisual.com/images/2.jpg"></a><a class="aligncenter" href="http://www.criatividadevisual.com/images/111.jpg" target="_blank"><img class="size-medium wp-image-115 aligncenter" title="1" src="http://www.criatividadevisual.com/images/1-300x187.jpg" alt="1" width="300" height="187" /></a></p>
<p class="MsoNormal" style="text-align: left;"><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:TrackMoves /> <w:TrackFormatting /> <w:HyphenationZone>21</w:HyphenationZone> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:DoNotPromoteQF /> <w:LidThemeOther>PT</w:LidThemeOther> <w:LidThemeAsian>X-NONE</w:LidThemeAsian> <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> <w:SplitPgBreakAndParaMark /> <w:DontVertAlignCellWithSp /> <w:DontBreakConstrainedForcedTables /> <w:DontVertAlignInTxbx /> <w:Word11KerningPairs /> <w:CachedColBalance /> </w:Compatibility> <m:mathPr> <m:mathFont m:val="Cambria Math" /> <m:brkBin m:val="before" /> <m:brkBinSub m:val="&#45;-" /> <m:smallFrac m:val="off" /> <m:dispDef /> <m:lMargin m:val="0" /> <m:rMargin m:val="0" /> <m:defJc m:val="centerGroup" /> <m:wrapIndent m:val="1440" /> <m:intLim m:val="subSup" /> <m:naryLim m:val="undOvr" /> </m:mathPr></w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"   DefSemiHidden="true" DefQFormat="false" DefPriority="99"   LatentStyleCount="267"> <w:LsdException Locked="false" Priority="0" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Normal" /> <w:LsdException Locked="false" Priority="9" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="heading 1" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9" /> <w:LsdException Locked="false" Priority="39" Name="toc 1" /> <w:LsdException Locked="false" Priority="39" Name="toc 2" /> <w:LsdException Locked="false" Priority="39" Name="toc 3" /> <w:LsdException Locked="false" Priority="39" Name="toc 4" /> <w:LsdException Locked="false" Priority="39" Name="toc 5" /> <w:LsdException Locked="false" Priority="39" Name="toc 6" /> <w:LsdException Locked="false" Priority="39" Name="toc 7" /> <w:LsdException Locked="false" Priority="39" Name="toc 8" /> <w:LsdException Locked="false" Priority="39" Name="toc 9" /> <w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption" /> <w:LsdException Locked="false" Priority="10" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Title" /> <w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font" /> <w:LsdException Locked="false" Priority="11" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtitle" /> <w:LsdException Locked="false" Priority="22" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Strong" /> <w:LsdException Locked="false" Priority="20" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Emphasis" /> <w:LsdException Locked="false" Priority="59" SemiHidden="false"    UnhideWhenUsed="false" Name="Table Grid" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text" /> <w:LsdException Locked="false" Priority="1" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="No Spacing" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 1" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 1" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 1" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 1" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision" /> <w:LsdException Locked="false" Priority="34" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="List Paragraph" /> <w:LsdException Locked="false" Priority="29" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Quote" /> <w:LsdException Locked="false" Priority="30" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Quote" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 1" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 1" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 1" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 1" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 1" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 2" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 2" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 2" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 2" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 2" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 2" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 2" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 2" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 3" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 3" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 3" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 3" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 3" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 3" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 3" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 3" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 3" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 4" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 4" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 4" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 4" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 4" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 4" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 4" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 4" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 4" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 5" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 5" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 5" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 5" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 5" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 5" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 5" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 5" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 5" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 6" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 6" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 6" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 6" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 6" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 6" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 6" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 6" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 6" /> <w:LsdException Locked="false" Priority="19" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis" /> <w:LsdException Locked="false" Priority="21" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis" /> <w:LsdException Locked="false" Priority="31" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference" /> <w:LsdException Locked="false" Priority="32" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Reference" /> <w:LsdException Locked="false" Priority="33" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Book Title" /> <w:LsdException Locked="false" Priority="37" Name="Bibliography" /> <w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading" /> </w:LatentStyles> </xml><![endif]--><!--  /* Font Definitions */  @font-face 	{font-family:"Cambria Math"; 	panose-1:2 4 5 3 5 4 6 3 2 4; 	mso-font-charset:1; 	mso-generic-font-family:roman; 	mso-font-format:other; 	mso-font-pitch:variable; 	mso-font-signature:0 0 0 0 0 0;} @font-face 	{font-family:Calibri; 	panose-1:2 15 5 2 2 2 4 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1073750139 0 0 159 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-unhide:no; 	mso-style-qformat:yes; 	mso-style-parent:""; 	margin-top:0cm; 	margin-right:0cm; 	margin-bottom:10.0pt; 	margin-left:0cm; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi; 	mso-fareast-language:EN-US;} p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph 	{mso-style-priority:34; 	mso-style-unhide:no; 	mso-style-qformat:yes; 	margin-top:0cm; 	margin-right:0cm; 	margin-bottom:10.0pt; 	margin-left:36.0pt; 	mso-add-space:auto; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi; 	mso-fareast-language:EN-US;} p.MsoListParagraphCxSpFirst, li.MsoListParagraphCxSpFirst, div.MsoListParagraphCxSpFirst 	{mso-style-priority:34; 	mso-style-unhide:no; 	mso-style-qformat:yes; 	mso-style-type:export-only; 	margin-top:0cm; 	margin-right:0cm; 	margin-bottom:0cm; 	margin-left:36.0pt; 	margin-bottom:.0001pt; 	mso-add-space:auto; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi; 	mso-fareast-language:EN-US;} p.MsoListParagraphCxSpMiddle, li.MsoListParagraphCxSpMiddle, div.MsoListParagraphCxSpMiddle 	{mso-style-priority:34; 	mso-style-unhide:no; 	mso-style-qformat:yes; 	mso-style-type:export-only; 	margin-top:0cm; 	margin-right:0cm; 	margin-bottom:0cm; 	margin-left:36.0pt; 	margin-bottom:.0001pt; 	mso-add-space:auto; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi; 	mso-fareast-language:EN-US;} p.MsoListParagraphCxSpLast, li.MsoListParagraphCxSpLast, div.MsoListParagraphCxSpLast 	{mso-style-priority:34; 	mso-style-unhide:no; 	mso-style-qformat:yes; 	mso-style-type:export-only; 	margin-top:0cm; 	margin-right:0cm; 	margin-bottom:10.0pt; 	margin-left:36.0pt; 	mso-add-space:auto; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi; 	mso-fareast-language:EN-US;} span.MsoSubtleEmphasis 	{mso-style-priority:19; 	mso-style-unhide:no; 	mso-style-qformat:yes; 	color:gray; 	mso-themecolor:text1; 	mso-themetint:127; 	font-style:italic;} .MsoChpDefault 	{mso-style-type:export-only; 	mso-default-props:yes; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi; 	mso-fareast-language:EN-US;} .MsoPapDefault 	{mso-style-type:export-only; 	margin-bottom:10.0pt; 	line-height:115%;} @page Section1 	{size:612.0pt 792.0pt; 	margin:70.85pt 3.0cm 70.85pt 3.0cm; 	mso-header-margin:36.0pt; 	mso-footer-margin:36.0pt; 	mso-paper-source:0;} div.Section1 	{page:Section1;}  /* List Definitions */  @list l0 	{mso-list-id:1996833215; 	mso-list-type:hybrid; 	mso-list-template-ids:-1667231602 -1089595608 135659545 135659547 135659535 135659545 135659547 135659535 135659545 135659547;} @list l0:level1 	{mso-level-text:%1-; 	mso-level-tab-stop:none; 	mso-level-number-position:left; 	text-indent:-18.0pt; 	color:windowtext;} ol 	{margin-bottom:0cm;} ul 	{margin-bottom:0cm;} --><!--[if gte mso 10]> <mce:style><!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Tabela normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-priority:99; 	mso-style-qformat:yes; 	mso-style-parent:""; 	mso-padding-alt:0cm 5.4pt 0cm 5.4pt; 	mso-para-margin-top:0cm; 	mso-para-margin-right:0cm; 	mso-para-margin-bottom:10.0pt; 	mso-para-margin-left:0cm; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-fareast-language:EN-US;} --> <!--[endif]--></p>
<p class="MsoListParagraphCxSpMiddle" style="text-align: left;"><span class="MsoSubtleEmphasis"><strong>5-</strong> Agora vamos na timeline (linha de tempo), e seleccionamos a frame 50 (podem colocar noutra frame, isso depende de vocês), e pressionem a tecla <strong>F6</strong> para criar um keyframe.</span></p>
<p><!--[endif]--><a class="aligncenter" href="http://www.criatividadevisual.com/images/22.jpg" target="_blank"><img class="aligncenter size-medium wp-image-116" title="2" src="http://www.criatividadevisual.com/images/2-300x187.jpg" alt="2" width="300" height="187" /></a><br />
<!--[if !supportLineBreakNewLine]--><strong>6-</strong> Vamos agora colocar o a imagem ( do logo no meu caso), no lado direito fora do palco, como fizemos no passo 4, mas só que desta vez no lado direito. Aqui fica uma imagem, para verem como deverá ficar.</p>
<p class="MsoListParagraphCxSpMiddle" style="text-align: left;"><a class="aligncenter" href="http://www.criatividadevisual.com/images/33.jpg" target="_blank"><img class="aligncenter size-medium wp-image-117" title="3" src="http://www.criatividadevisual.com/images/3-300x187.jpg" alt="3" width="300" height="187" /><br />
</a><strong>7-</strong> Feito isto, vamos à timeline (linha de tempo),  e seleccionamos uma frame qualquer entre a frame 1 e 50 e no painel das propriedades no campo <strong>Tween</strong> seleccionamos a opção <strong>Motion</strong>. (Ver imagem abaixo)</p>
<p class="MsoListParagraphCxSpMiddle" style="text-align: left;"><a class="aligncenter" href="http://www.criatividadevisual.com/images/44.jpg" target="_blank"><img class="aligncenter size-medium wp-image-118" title="4" src="http://www.criatividadevisual.com/images/4-300x187.jpg" alt="4" width="300" height="187" /><br />
</a><strong>8-</strong> Bem e para acabar basta, testar o nosso projecto, para isso cliquem <strong>Ctrl+Enter</strong> para ver o nosso resultado final.</p>
<p class="MsoListParagraphCxSpMiddle" style="text-align: left;">
<img src="http://www.criatividadevisual.com/?ak_action=api_record_view&id=119&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.criatividadevisual.com/criar-animacao-simples-motion-tween/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
