Segítsetek flash banner-t csinálni!
Sziasztok!
Valaki tudna segíteni elkészíteni egy nagyon egyszerű flash bannert? Megvan hozzá a képanyag már csak pár animációt kéne művelnem a szövegekkel. Köszi! :)
■ Valaki tudna segíteni elkészíteni egy nagyon egyszerű flash bannert? Megvan hozzá a képanyag már csak pár animációt kéne művelnem a szövegekkel. Köszi! :)
MSN
Tween
Megvan
Van egy ilyen
Probáldd valamit Flex-el?
http://examples.adobe.com/flex2/inproduct/sdk/explorer/explorer.html
ilyen a kód:
<?xml version="1.0"?>
<!-- Simple example to demonstrate the AnimateProperty effect. -->
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">
<mx:Sequence id="animateScaleXUpDown" >
<mx:AnimateProperty property="scaleX" fromValue="1" toValue="1.5" duration="1000" />
<mx:AnimateProperty property="scaleX" fromValue="1.5" toValue="1" duration="1000" />
</mx:Sequence>
<mx:Panel title="AnimateProperty Effect Example" width="75%" height="75%"
paddingTop="10" paddingLeft="10" paddingRight="10" paddingBottom="10">
<mx:Text width="100%" color="blue"
text="Click on the image to use the AnimateProperty effect with the scaleX property."/>
<mx:Image id="flex" source="##kukac##Embed(source='assets/Nokia_6630.png')"
mouseDownEffect="{animateScaleXUpDown}"/>
</mx:Panel>
</mx:Application>
...és ingyenes a Flex SDK: http://www.adobe.com/products/flex/flexdownloads/
Leírás
Kattints az idősíkon jobb egérgobbal az első frame-re és válaszd a Creat Motion Tween utasítást! A színpadon csináld meg a mozgást, de előtte nyomd meg az F6-ot! Kb. ennyi!