Reflekterad text

Postat den 25 February, 2010, i Svensson Flash.

Reflekterad text

Att använda som är pråligt du, kan skapa en reflexion till texter. Följ precis kliver nedanfört att göra detta:

1. Öppna ett nytt exponerar dokumentet, Change bakgrunden för att svärta.

2. Välj Texten bearbetar och skrivar ett meddelande på arrangera som visad:

    

3. Byt namn på lagrar 1 som text och Insert per det nya lagrar och namnge det reflexionen,

    

4. Klicka det Reflection lagrar och kopiera texten som du satte in i det Text lagrar till detta lagrar. Förlägga den nedanföra kopierade texten exakt texten.

    

Att kopiera klicka: Redigera–> kopiera

Att klistra klicka: Redigera–> deg

5. Välj den kopierade texten och klicka Modify –> omforma –> Fliplodlinje.

    

6. Når bläddring den vertikalt avbilda skulle looknågot liknande detta:

    

7. Välj texten, klicka Modify –> bryt ifrån varandra

    

8. Klicka färgablandaren och ändra dess färgar till en tändare skuggar som visat:

    

9. Du kan använda extra verkställer, klickar den reflekterade texten, valda Modify –> omforma –> förvrid. Jag har inte använt den i mitt sparar.

    

10. Räddningen din Work och testar film.

    

This tutorial will teach you how to Increase and decrease a Movie Clip using  buttons and Action Script in flash 8.



Step 1

Create a new flash document, take the Line Tool (N) and draw a "star" like it is shown on the picture below.



Step 2

Press Ctrl+A and after that F8 on the keyboard, to convert your "star" into a Movie Clip.

 

Step 3

While your new made Movie Clip ("star") is still selected, open the Properties Panel (Ctrl+F3), and under type star.



Step 4

Click on Window > Components to open the Components Panel.

Step 5

After that from Components Panel choose Button and using drag "n" drop technique move it on the stage. See the picture below!



Step 6

While your button is still selected, from the Properties Panel under type ButtonDecrease.

Step 7

Select the button and press Ctrl+D on the keyboard to duplicate it.

Step 8

With the new copy of the Button instance selected, rename the instance to ButtonIncrease.

Step 9

Insert a new layer and name it Action.



Step 10

Click on the first frame of layer Action, open the Action Script Panel (F9), and paste this script:

ButtonIncrease.onRelease = function():Void{
with (star){
_xscale += 7;
_yscale += 7;
}
};

ButtonDecrease.onRelease = function():Void{
with (star){
_xscale -= 7;
_yscale -= 7;
}
};





Download source file (.fla)


As the web develops, Flash programming continues to be a dominate force for finding creative solutions for modern needs. Web 2.0, and demands for interactive social media marketing are becoming formidable in the internet world, and these needs require a savvy, visually stimulating form of media to communicate with users. Enter Flash and Action Script - the engine behind many of the most successful interactive websites on the internet. Most notably, Flash has served the online gaming community by providing players with the ability to play live casino games online without the need to download software. This innovation is a testament to the genius of flash: Strong Random number generation programming, catchy graphics, gaming algorithms, and realistic casino style play are successfully captured in a single flash movie file. Flash's benefits also cater to the sports betting side of the game as well. Many odds-making websites use Flash media to display interactive, up to the minute betting odds during the Fall football season for those who love NFL betting. This important time of year is big for online casinos as well: players placing bets on sports patronize casinos while waiting for the results of NFL betting contests to come in. Similarly, in the Winter and Spring, where basketball betting and online blackjack rage as customers flock to various gaming sites, Flash facilitates a wide variety of user interfaces that provide for realistic experiences, quick transactions, and superior visual stimulus. The future looks bright for flash applications in the online casinos world - lines, odds, and important action-script driven interfaces will be required to meet the needs of the gaming world.